Searched refs:gst_event_parse_group_id (Results 1 – 25 of 27) sorted by relevance
12
/third_party/gstreamer/gstplugins_base/tests/check/pipelines/ |
D | streamsynchronizer.c | 42 fail_unless (gst_event_parse_group_id (event, &group_id)); in event_probe()
|
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/ |
D | gstccextractor.c | 218 if (gst_event_parse_group_id (event, &group_id)) in create_stream_start_event_from_stream_start_event()
|
/third_party/gstreamer/gstplugins_bad/gst/mpegtsdemux/ |
D | mpegtsparse.c | 370 if (gst_event_parse_group_id (event, &parse->group_id)) in prepare_src_pad() 589 if (gst_event_parse_group_id (event, &parse->group_id)) in mpegts_parse_request_new_pad()
|
D | tsdemux.c | 1977 if (gst_event_parse_group_id (event, &demux->group_id)) in create_pad_for_stream()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstevent.h | 521 gboolean gst_event_parse_group_id (GstEvent *event, guint *group_id);
|
D | gstevent.c | 1906 gst_event_parse_group_id (GstEvent * event, guint * group_id) in gst_event_parse_group_id() function
|
/third_party/gstreamer/gstplugins_base/gst/playback/ |
D | gstdecodebin3-parse.c | 248 if (!gst_event_parse_group_id (ev, &group_id)) { in parse_chain_output_probe()
|
D | gststreamsynchronizer.c | 386 have_group_id = gst_event_parse_group_id (event, &group_id); in gst_stream_synchronizer_sink_event()
|
D | gstplaybin3.c | 2815 if (gst_event_parse_group_id (event, &group_id)) { in _decodebin_event_probe()
|
D | gstdecodebin2.c | 4459 if (gst_event_parse_group_id (tmp, &group_id)) { in gst_decode_pad_handle_eos()
|
D | gstplaybin2.c | 3457 if (gst_event_parse_group_id (event, &group_id)) { in _uridecodebin_event_probe()
|
/third_party/gstreamer/gstplugins_good/gst/multipart/ |
D | multipartdemux.c | 340 gst_event_parse_group_id (event, &demux->group_id); in gst_multipart_find_pad_by_mime()
|
/third_party/gstreamer/gstplugins_bad/gst/midi/ |
D | midiparse.c | 1031 if (gst_event_parse_group_id (event, &midiparse->group_id)) in gst_midi_parse_parse_song()
|
/third_party/gstreamer/gstreamer/plugins/elements/ |
D | gstinputselector.c | 550 if (!gst_event_parse_group_id (event, &selpad->group_id)) { in gst_selector_pad_event()
|
/third_party/gstreamer/gstplugins_good/ext/dv/ |
D | gstdvdemux.c | 288 if (gst_event_parse_group_id (event, &demux->group_id)) in have_group_id()
|
/third_party/gstreamer/gstplugins_bad/ext/resindvd/ |
D | gstmpegdemux.c | 445 if (gst_event_parse_group_id (event, &demux->group_id)) in gst_flups_demux_create_stream()
|
/third_party/gstreamer/gst_libav/ext/libav/ |
D | gstavdemux.c | 1122 if (gst_event_parse_group_id (event, &demux->group_id)) in gst_ffmpegdemux_get_stream()
|
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/ |
D | gstrtpsession.c | 1457 if (gst_event_parse_group_id (event, &group_id)) in do_rtcp_events()
|
/third_party/gstreamer/gstplugins_bad/gst/mpegdemux/ |
D | gstmpegdemux.c | 564 if (gst_event_parse_group_id (event, &demux->group_id)) in gst_ps_demux_create_stream()
|
/third_party/gstreamer/gstplugins_good/gst/flv/ |
D | gstflvdemux.c | 720 if (gst_event_parse_group_id (event, &demux->group_id)) in have_group_id()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/adaptivedemux/ |
D | gstadaptivedemux.c | 1214 if (gst_event_parse_group_id (event, &demux->group_id)) in gst_adaptive_demux_prepare_stream()
|
/third_party/gstreamer/gstreamer/libs/gst/base/ |
D | gstbasesink.c | 3459 if (gst_event_parse_group_id (event, &group_id)) { in gst_base_sink_default_event()
|
/third_party/gstreamer/gstplugins_base/ext/ogg/ |
D | gstoggdemux.c | 3027 if (gst_event_parse_group_id (ss_event, &ogg->group_id)) in gst_ogg_demux_activate_chain()
|
/third_party/gstreamer/gstplugins_good/gst/avi/ |
D | gstavidemux.c | 2449 if (gst_event_parse_group_id (event, &avi->group_id)) in gst_avi_demux_parse_stream()
|
/third_party/gstreamer/gstplugins_bad/gst/mxf/ |
D | mxfdemux.c | 1602 if (gst_event_parse_group_id (event, &demux->group_id)) in gst_mxf_demux_update_tracks()
|
12