Home
last modified time | relevance | path

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

/dports/multimedia/gstreamer1/gstreamer-1.16.2/gst/
H A Dgsttoc.h99 #define GST_TOC_ENTRY_TYPE_IS_SEQUENCE(entry_type) (entry_type > 0) macro
H A Dgsttoc.c647 return GST_TOC_ENTRY_TYPE_IS_SEQUENCE (entry->type); in gst_toc_entry_is_sequence()