Home
last modified time | relevance | path

Searched refs:gst_toc_get_scope (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgsttoc.h144 GstTocScope gst_toc_get_scope (const GstToc *toc);
Dgsttoc.c162 gst_toc_get_scope (const GstToc * toc) in gst_toc_get_scope() function
Dgstevent.c2000 if (gst_toc_get_scope (toc) == GST_TOC_SCOPE_GLOBAL) in gst_event_new_toc()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgsttoc.c144 fail_unless_equals_int (gst_toc_get_scope (toc), GST_TOC_SCOPE_GLOBAL); in GST_START_TEST()