Searched refs:gst_event_parse_toc (Results 1 – 9 of 9) sorted by relevance
/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | matroskademux.c | 282 gst_event_parse_toc (event, &demuxed_toc, &update); in GST_START_TEST()
|
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gsttoc.c | 254 gst_event_parse_toc (event, &test_toc, &updated); in GST_START_TEST()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstevent.h | 614 void gst_event_parse_toc (GstEvent *event, GstToc **toc, gboolean *updated);
|
D | gstevent.c | 2021 gst_event_parse_toc (GstEvent * event, GstToc ** toc, gboolean * updated) in gst_event_parse_toc() function
|
/third_party/gstreamer/gstplugins_good/gst/wavenc/ |
D | gstwavenc.c | 991 gst_event_parse_toc (event, &toc, NULL); in gst_wavenc_event()
|
/third_party/gstreamer/gstplugins_good/ext/flac/ |
D | gstflacenc.c | 1303 gst_event_parse_toc (event, &toc, NULL); in gst_flac_enc_sink_event()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/ |
D | gstdiscoverer.c | 549 gst_event_parse_toc (event, &tmp, NULL); in _event_probe()
|
/third_party/gstreamer/gstplugins_good/gst/matroska/ |
D | matroska-mux.c | 889 gst_event_parse_toc (event, &toc, NULL); in gst_matroska_mux_handle_sink_event()
|
/third_party/gstreamer/gstreamer/libs/gst/base/ |
D | gstbasesink.c | 3706 gst_event_parse_toc (event, &toc, &updated); in gst_base_sink_default_event()
|