Home
last modified time | relevance | path

Searched refs:gst_event_parse_toc (Results 1 – 9 of 9) sorted by relevance

/third_party/gstreamer/gstplugins_good/tests/check/elements/
Dmatroskademux.c282 gst_event_parse_toc (event, &demuxed_toc, &update); in GST_START_TEST()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgsttoc.c254 gst_event_parse_toc (event, &test_toc, &updated); in GST_START_TEST()
/third_party/gstreamer/gstreamer/gst/
Dgstevent.h614 void gst_event_parse_toc (GstEvent *event, GstToc **toc, gboolean *updated);
Dgstevent.c2021 gst_event_parse_toc (GstEvent * event, GstToc ** toc, gboolean * updated) in gst_event_parse_toc() function
/third_party/gstreamer/gstplugins_good/gst/wavenc/
Dgstwavenc.c991 gst_event_parse_toc (event, &toc, NULL); in gst_wavenc_event()
/third_party/gstreamer/gstplugins_good/ext/flac/
Dgstflacenc.c1303 gst_event_parse_toc (event, &toc, NULL); in gst_flac_enc_sink_event()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/
Dgstdiscoverer.c549 gst_event_parse_toc (event, &tmp, NULL); in _event_probe()
/third_party/gstreamer/gstplugins_good/gst/matroska/
Dmatroska-mux.c889 gst_event_parse_toc (event, &toc, NULL); in gst_matroska_mux_handle_sink_event()
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstbasesink.c3706 gst_event_parse_toc (event, &toc, &updated); in gst_base_sink_default_event()