Home
last modified time | relevance | path

Searched refs:GST_TOC_ENTRY_TYPE_IS_ALTERNATIVE (Results 1 – 2 of 2) sorted by relevance

/dports/multimedia/gstreamer1/gstreamer-1.16.2/gst/
H A Dgsttoc.h91 #define GST_TOC_ENTRY_TYPE_IS_ALTERNATIVE(entry_type) (entry_type < 0) macro
H A Dgsttoc.c633 return GST_TOC_ENTRY_TYPE_IS_ALTERNATIVE (entry->type); in gst_toc_entry_is_alternative()