Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst/debugutils/
Dgsttestsrcbin.c118 GstEvent *stream_start; member
123 _probe_data_new (GstEvent * stream_start, GstStreamCollection * collection) in _probe_data_new() argument
127 data->stream_start = gst_event_ref (stream_start); in _probe_data_new()
136 gst_event_replace (&data->stream_start, NULL); in _probe_data_free()
150 info->data = gst_event_ref (data->stream_start); in src_pad_probe_cb()
246 GstEvent *stream_start = in gst_test_src_bin_setup_src() local
252 gst_event_set_stream (stream_start, stream); in gst_test_src_bin_setup_src()
253 gst_event_set_group_id (stream_start, self->group_id); in gst_test_src_bin_setup_src()
256 (GstPadProbeCallback) src_pad_probe_cb, _probe_data_new (stream_start, in gst_test_src_bin_setup_src()
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Dgstrtpfunnel.c104 GstEvent *stream_start; in gst_rtp_funnel_send_sticky() local
110 stream_start = gst_pad_get_sticky_event (pad, GST_EVENT_STREAM_START, 0); in gst_rtp_funnel_send_sticky()
111 if (stream_start && !gst_pad_push_event (funnel->srcpad, stream_start)) { in gst_rtp_funnel_send_sticky()
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpgstpay.c607 GstEvent *stream_start = NULL; in gst_rtp_gst_pay_send_config() local
616 stream_start = gst_event_new_stream_start (rtpgstpay->stream_id); in gst_rtp_gst_pay_send_config()
617 if (stream_start) { in gst_rtp_gst_pay_send_config()
618 gst_rtp_gst_pay_send_event (rtpgstpay, 4, stream_start); in gst_rtp_gst_pay_send_config()
619 gst_event_unref (stream_start); in gst_rtp_gst_pay_send_config()
/third_party/pyyaml/yaml/
D_yaml.pxd125 _yaml_token_stream_start_data_t stream_start
170 _yaml_event_stream_start_data_t stream_start
D_yaml.pyx401 if token.data.stream_start.encoding == YAML_UTF8_ENCODING:
404 elif token.data.stream_start.encoding == YAML_UTF16LE_ENCODING:
406 elif token.data.stream_start.encoding == YAML_UTF16BE_ENCODING:
551 if event.data.stream_start.encoding == YAML_UTF8_ENCODING:
554 elif event.data.stream_start.encoding == YAML_UTF16LE_ENCODING:
556 elif event.data.stream_start.encoding == YAML_UTF16BE_ENCODING:
/third_party/gstreamer/gstplugins_bad/gst/librfb/
Dgstrfbsrc.c401 GstEvent *stream_start = NULL; in gst_rfb_src_negotiate() local
440 stream_start = gst_event_new_stream_start (stream_id); in gst_rfb_src_negotiate()
442 gst_pad_push_event (GST_BASE_SRC_PAD (bsrc), stream_start); in gst_rfb_src_negotiate()
/third_party/gstreamer/gstplugins_base/gst/playback/
Dgstdecodebin3.c1681 GstEvent *stream_start, *eos; in check_all_slot_for_eos() local
1683 stream_start = in check_all_slot_for_eos()
1687 if (stream_start) { in check_all_slot_for_eos()
1689 GstEvent *custom_stream_start = gst_event_copy (stream_start); in check_all_slot_for_eos()
1690 gst_event_unref (stream_start); in check_all_slot_for_eos()
/third_party/gstreamer/gstplugins_good/gst/matroska/
Dmatroska-demux.c1570 GstEvent *stream_start; in gst_matroska_demux_add_stream() local
1625 stream_start = in gst_matroska_demux_add_stream()
1628 if (stream_start) { in gst_matroska_demux_add_stream()
1629 if (gst_event_parse_group_id (stream_start, &demux->group_id)) in gst_matroska_demux_add_stream()
1633 gst_event_unref (stream_start); in gst_matroska_demux_add_stream()
1639 stream_start = gst_event_new_stream_start (stream_id); in gst_matroska_demux_add_stream()
1642 gst_event_set_group_id (stream_start, demux->group_id); in gst_matroska_demux_add_stream()
1651 gst_event_set_stream_flags (stream_start, stream_flags); in gst_matroska_demux_add_stream()
1652 gst_pad_push_event (context->pad, stream_start); in gst_matroska_demux_add_stream()
/third_party/gstreamer/gstreamer/gst/
Dgstbin.c3563 gboolean stream_start; in bin_do_stream_start() local
3571 stream_start = is_stream_start (bin, &seqnum, &have_group_id, &group_id); in bin_do_stream_start()
3574 if (stream_start) { in bin_do_stream_start()
/third_party/gstreamer/gstreamer/
DChangeLog38214 We usually first create the stream_id for the stream_start event and then add
/third_party/gstreamer/gstplugins_good/
DChangeLog44508 avidemux: send proper stream_start event