Home
last modified time | relevance | path

Searched refs:GstTocEntryType (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgsttoc.h83 } GstTocEntryType; typedef
172 GstTocEntry * gst_toc_entry_new (GstTocEntryType type, const gchar *uid);
183 GstTocEntryType gst_toc_entry_get_entry_type (const GstTocEntry *entry);
229 const gchar * gst_toc_entry_type_get_nick (GstTocEntryType type);
Dgsttoc.c96 GstTocEntryType type;
268 gst_toc_entry_new_internal (GstTocEntryType type, const gchar * uid) in gst_toc_entry_new_internal()
296 gst_toc_entry_new (GstTocEntryType type, const gchar * uid) in gst_toc_entry_new()
587 gst_toc_entry_type_get_nick (GstTocEntryType type) in gst_toc_entry_type_get_nick()
614 GstTocEntryType
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Dmatroskademux.c144 GstTocEntryType original_type, other_type; in check_toc_entries()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgsttoc.c54 CHECK_TOC_ENTRY (GstTocEntry * entry_c, GstTocEntryType type_c, in CHECK_TOC_ENTRY()
Dgsttocsetter.c42 CHECK_TOC_ENTRY (GstTocEntry * entry_c, GstTocEntryType type_c, in CHECK_TOC_ENTRY()