Home
last modified time | relevance | path

Searched refs:stream_start (Results 1 – 14 of 14) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/debugutils/
Dgsttestsrcbin.c120 GstEvent *stream_start; member
125 _probe_data_new (GstEvent * stream_start, GstStreamCollection * collection) in _probe_data_new() argument
129 data->stream_start = stream_start; in _probe_data_new()
138 gst_event_replace (&data->stream_start, NULL); in _probe_data_free()
152 info->data = gst_event_ref (data->stream_start); in src_pad_probe_cb()
264 GstEvent *stream_start = in gst_test_src_bin_setup_src() local
270 gst_event_set_stream (stream_start, stream); in gst_test_src_bin_setup_src()
271 gst_event_set_group_id (stream_start, self->group_id); in gst_test_src_bin_setup_src()
277 (GstPadProbeCallback) src_pad_probe_cb, _probe_data_new (stream_start, in gst_test_src_bin_setup_src()
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpgstpay.c621 GstEvent *stream_start = NULL; in gst_rtp_gst_pay_send_config() local
630 stream_start = gst_event_new_stream_start (rtpgstpay->stream_id); in gst_rtp_gst_pay_send_config()
631 if (stream_start) { in gst_rtp_gst_pay_send_config()
632 gst_rtp_gst_pay_send_event (rtpgstpay, 4, stream_start); in gst_rtp_gst_pay_send_config()
633 gst_event_unref (stream_start); in gst_rtp_gst_pay_send_config()
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Dgstrtpfunnel.c157 GstEvent *stream_start; in gst_rtp_funnel_send_sticky() local
164 stream_start = gst_pad_get_sticky_event (pad, GST_EVENT_STREAM_START, 0); in gst_rtp_funnel_send_sticky()
165 if (stream_start && !gst_pad_push_event (funnel->srcpad, stream_start)) { in gst_rtp_funnel_send_sticky()
/third_party/gstreamer/gstplugins_bad/ext/wpe/
Dgstwpesrcbin.cpp224 GstEvent *stream_start; in gst_wpe_src_new_audio_stream() local
238 stream_start = gst_event_new_stream_start (stream_id); in gst_wpe_src_new_audio_stream()
239 gst_pad_push_event (pad, stream_start); in gst_wpe_src_new_audio_stream()
/third_party/gstreamer/gstplugins_base/gst/playback/
Dgsturidecodebin3.c549 GstEvent *stream_start; in add_output_pad() local
564 stream_start = gst_pad_get_sticky_event (target_pad, in add_output_pad()
566 if (stream_start) { in add_output_pad()
567 gst_pad_store_sticky_event (output->ghost_pad, stream_start); in add_output_pad()
568 gst_event_unref (stream_start); in add_output_pad()
Dgstdecodebin3.c1803 GstEvent *stream_start, *eos; in check_all_slot_for_eos() local
1805 stream_start = in check_all_slot_for_eos()
1809 if (stream_start) { in check_all_slot_for_eos()
1811 GstEvent *custom_stream_start = gst_event_copy (stream_start); in check_all_slot_for_eos()
1812 gst_event_unref (stream_start); in check_all_slot_for_eos()
2400 GstEvent *stream_start; in reconfigure_output_stream() local
2402 stream_start = gst_pad_get_sticky_event (slot->src_pad, in reconfigure_output_stream()
2406 if (stream_start) { in reconfigure_output_stream()
2407 gst_pad_store_sticky_event (output->src_pad, stream_start); in reconfigure_output_stream()
2408 gst_event_unref (stream_start); in reconfigure_output_stream()
/third_party/PyYAML/yaml/
D_yaml.pxd132 _yaml_token_stream_start_data_t stream_start
177 _yaml_event_stream_start_data_t stream_start
D_yaml.pyx373 if token.data.stream_start.encoding == YAML_UTF8_ENCODING:
376 elif token.data.stream_start.encoding == YAML_UTF16LE_ENCODING:
378 elif token.data.stream_start.encoding == YAML_UTF16BE_ENCODING:
520 if event.data.stream_start.encoding == YAML_UTF8_ENCODING:
523 elif event.data.stream_start.encoding == YAML_UTF16LE_ENCODING:
525 elif event.data.stream_start.encoding == YAML_UTF16BE_ENCODING:
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_conditional_render.c52 int stream_start, int count) in set_predicate_for_overflow_query() argument
/third_party/gstreamer/gstplugins_bad/gst/librfb/
Dgstrfbsrc.c402 GstEvent *stream_start = NULL; in gst_rfb_src_negotiate() local
441 stream_start = gst_event_new_stream_start (stream_id); in gst_rfb_src_negotiate()
443 gst_pad_push_event (GST_BASE_SRC_PAD (bsrc), stream_start); in gst_rfb_src_negotiate()
/third_party/gstreamer/gstplugins_good/gst/matroska/
Dmatroska-demux.c1677 GstEvent *stream_start; in gst_matroska_demux_add_stream() local
1732 stream_start = in gst_matroska_demux_add_stream()
1735 if (stream_start) { in gst_matroska_demux_add_stream()
1736 if (gst_event_parse_group_id (stream_start, &demux->group_id)) in gst_matroska_demux_add_stream()
1740 gst_event_unref (stream_start); in gst_matroska_demux_add_stream()
1746 stream_start = gst_event_new_stream_start (stream_id); in gst_matroska_demux_add_stream()
1749 gst_event_set_group_id (stream_start, demux->group_id); in gst_matroska_demux_add_stream()
1758 gst_event_set_stream_flags (stream_start, stream_flags); in gst_matroska_demux_add_stream()
1759 gst_pad_push_event (context->pad, stream_start); in gst_matroska_demux_add_stream()
/third_party/gstreamer/gstreamer/gst/
Dgstbin.c3539 gboolean stream_start; in bin_do_stream_start() local
3547 stream_start = is_stream_start (bin, &seqnum, &have_group_id, &group_id); in bin_do_stream_start()
3550 if (stream_start) { in bin_do_stream_start()
/third_party/gstreamer/gstreamer/
DChangeLog46469 We usually first create the stream_id for the stream_start event and then add
/third_party/gstreamer/gstplugins_good/
DChangeLog58608 avidemux: send proper stream_start event