Home
last modified time | relevance | path

Searched refs:GST_EVENT_TOC (Results 1 – 10 of 10) sorted by relevance

/third_party/gstreamer/gstplugins_good/tests/check/elements/
Dmatroskademux.c281 if (event->type == GST_EVENT_TOC) { in GST_START_TEST()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgsttoc.c251 fail_unless (event->type == GST_EVENT_TOC); in GST_START_TEST()
/third_party/gstreamer/gstreamer/gst/
Dgstevent.c114 {GST_EVENT_TOC, "toc", 0},
2009 return gst_event_new_custom (GST_EVENT_TOC, toc_struct); in gst_event_new_toc()
2026 g_return_if_fail (GST_EVENT_TYPE (event) == GST_EVENT_TOC); in gst_event_parse_toc()
Dgstevent.h164GST_EVENT_TOC = GST_EVENT_MAKE_TYPE (120, _FLAG(DOWNSTREAM) | _FLAG(SERIALIZED) … enumerator
Dgstenumtypes.c578 { C_ENUM(GST_EVENT_TOC), "GST_EVENT_TOC", "toc" }, in gst_event_type_get_type()
/third_party/gstreamer/gstplugins_good/gst/wavenc/
Dgstwavenc.c990 case GST_EVENT_TOC: in gst_wavenc_event()
/third_party/gstreamer/gstplugins_good/ext/flac/
Dgstflacenc.c1302 case GST_EVENT_TOC: in gst_flac_enc_sink_event()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/
Dgstdiscoverer.c546 case GST_EVENT_TOC:{ in _event_probe()
/third_party/gstreamer/gstplugins_good/gst/matroska/
Dmatroska-mux.c882 case GST_EVENT_TOC:{ in gst_matroska_mux_handle_sink_event()
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstbasesink.c3648 case GST_EVENT_TOC: in gst_base_sink_default_event()