/third_party/gstreamer/gstplugins_base/ext/gl/ |
D | gstglmixerbin.c | 338 gst_pad_set_active (GST_PAD (chain->ghost_pad), TRUE); in _create_input_chain() 341 gst_element_add_pad (GST_ELEMENT_CAST (self), GST_PAD (chain->ghost_pad)); in _create_input_chain() 499 return GST_PAD (chain->ghost_pad); in gst_gl_mixer_bin_request_new_pad() 512 if (GST_PAD (chain->ghost_pad) == pad) { in gst_gl_mixer_bin_release_pad()
|
D | gstglmixer.c | 322 caps = gst_gl_mixer_pad_sink_getcaps (GST_PAD (bpad), mix, filter); in gst_gl_mixer_sink_query() 333 ret = gst_gl_mixer_pad_sink_acceptcaps (GST_PAD (bpad), mix, caps); in gst_gl_mixer_sink_query()
|
/third_party/gstreamer/gstplugins_good/gst/videomixer/ |
D | videomixer2.c | 533 template_caps = gst_pad_get_pad_template_caps (GST_PAD (mix->srcpad)); in gst_videomixer2_pad_sink_getcaps() 535 srccaps = gst_pad_get_current_caps (GST_PAD (mix->srcpad)); in gst_videomixer2_pad_sink_getcaps() 585 accepted_caps = gst_pad_get_current_caps (GST_PAD (mix->srcpad)); in gst_videomixer2_pad_sink_acceptcaps() 587 template_caps = gst_pad_get_pad_template_caps (GST_PAD (mix->srcpad)); in gst_videomixer2_pad_sink_acceptcaps() 638 caps = gst_videomixer2_pad_sink_getcaps (GST_PAD (pad), mix, filter); in gst_videomixer2_sink_query() 649 ret = gst_videomixer2_pad_sink_acceptcaps (GST_PAD (pad), mix, caps); in gst_videomixer2_sink_query() 698 GstVideoMixer2 *mix = GST_VIDEO_MIXER2 (gst_pad_get_parent (GST_PAD (pad))); in gst_videomixer2_pad_set_property() 1844 gst_videomixer2_pad_sink_setcaps (GST_PAD (pad), GST_OBJECT (mix), in gst_videomixer2_sink_event() 2005 gst_collect_pads_add_pad (mix->collect, GST_PAD (mixpad), in gst_videomixer2_request_new_pad() 2028 gst_element_add_pad (element, GST_PAD (mixpad)); in gst_videomixer2_request_new_pad() [all …]
|
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstghostpad.c | 287 ppad = GST_PAD (gst_proxy_pad_get_internal (GST_PROXY_PAD (gpad))); in GST_START_TEST() 289 tmp = GST_PAD (gst_proxy_pad_get_internal (GST_PROXY_PAD (ppad))); in GST_START_TEST() 350 gsink = GST_PAD (gst_object_ref (b2->sinkpads->data)); in GST_START_TEST() 352 gsrc = GST_PAD (gst_object_ref (b2->srcpads->data)); in GST_START_TEST() 1088 srcpad = gst_ghost_pad_new ("src", GST_PAD (proxypad)); in GST_START_TEST() 1098 fail_unless (target == GST_PAD (proxypad)); in GST_START_TEST() 1105 fail_unless (target == GST_PAD (proxypad)); in GST_START_TEST() 1144 sinkpad = GST_PAD (gst_proxy_pad_get_internal (GST_PROXY_PAD (ghostsrc))); in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_good/gst/multifile/ |
D | gstsplitmuxsrc.c | 259 GstPad *pad = GST_PAD (cur->data); in gst_splitmux_src_dispose() 831 gst_pad_start_task (GST_PAD (splitpad), in gst_splitmux_src_activate_part() 987 gst_pad_stop_task (GST_PAD (tmp)); in gst_splitmux_src_stop() 988 gst_element_remove_pad (GST_ELEMENT (splitmux), GST_PAD (tmp)); in gst_splitmux_src_stop() 1240 gst_pad_set_event_function (GST_PAD (pad), in splitmux_src_pad_constructed() 1242 gst_pad_set_query_function (GST_PAD (pad), in splitmux_src_pad_constructed() 1357 gst_pad_pause_task (GST_PAD (splitpad)); in splitmux_src_pad_event()
|
D | gstsplitmuxpartreader.c | 542 gst_pad_set_chain_function (GST_PAD (pad), in splitmux_part_pad_constructed() 544 gst_pad_set_event_function (GST_PAD (pad), in splitmux_part_pad_constructed() 546 gst_pad_set_query_function (GST_PAD (pad), in splitmux_part_pad_constructed() 782 link_ret = gst_pad_link (pad, GST_PAD (proxy_pad)); in new_decoded_pad_added_cb()
|
/third_party/gstreamer/gstplugins_good/gst/interleave/ |
D | deinterleave.c | 297 GstPad *pad = GST_PAD (l->data); in gst_deinterleave_set_pads_caps() 325 GstPad *pad = GST_PAD (l->data); in gst_deinterleave_remove_pads() 596 GstPad *ourpad = GST_PAD (g_value_get_object (&v)); in gst_deinterleave_getcaps() 858 gst_pad_push_event (GST_PAD (srcs->data), gst_event_ref (event)); in gst_deinterleave_process()
|
/third_party/gstreamer/gstreamer/libs/gst/base/ |
D | gstaggregator.c | 496 if (!gst_pad_push_event (GST_PAD (self->srcpad), in gst_aggregator_push_mandatory_events() 507 if (!gst_pad_push_event (GST_PAD (self->srcpad), in gst_aggregator_push_mandatory_events() 1266 gst_pad_start_task (GST_PAD (self->srcpad), in gst_aggregator_start_srcpad_task() 1399 GstPad *pad = GST_PAD (aggpad); in gst_aggregator_default_sink_event() 1738 gst_pad_set_active (GST_PAD (agg_pad), TRUE); in gst_aggregator_request_new_pad() 1741 gst_element_add_pad (element, GST_PAD (agg_pad)); in gst_aggregator_request_new_pad() 1743 return GST_PAD (agg_pad); in gst_aggregator_request_new_pad() 2162 GstPad *pad = GST_PAD (aggpad); in gst_aggregator_default_sink_query() 2869 GstPad *pad = GST_PAD (object); in gst_aggregator_pad_constructed() 3023 self = GST_AGGREGATOR (gst_pad_get_parent_element (GST_PAD (pad))); in gst_aggregator_pad_clip_buffer_unlocked()
|
/third_party/gstreamer/gstplugins_base/tests/examples/audio/ |
D | audiomix.c | 121 GstPad *target = GST_PAD (user_data); in dynamic_link()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | gstvideoaggregator.c | 121 GST_VIDEO_AGGREGATOR (gst_pad_get_parent (GST_PAD (pad))); in gst_video_aggregator_pad_set_property() 1245 GstPad *srcpad = GST_PAD (agg->srcpad); in gst_video_aggregator_pad_sink_getcaps() 2118 gst_video_aggregator_pad_sink_setcaps (GST_PAD (pad), in gst_video_aggregator_sink_event() 2188 return GST_PAD (vaggpad); in gst_video_aggregator_request_new_pad() 2391 accepted_caps = gst_pad_get_current_caps (GST_PAD (agg->srcpad)); in gst_video_aggregator_pad_sink_acceptcaps() 2393 template_caps = gst_pad_get_pad_template_caps (GST_PAD (agg->srcpad)); in gst_video_aggregator_pad_sink_acceptcaps() 2445 gst_video_aggregator_pad_sink_getcaps (GST_PAD (pad), vagg, filter); in gst_video_aggregator_sink_query() 2457 gst_video_aggregator_pad_sink_acceptcaps (GST_PAD (pad), vagg, caps); in gst_video_aggregator_sink_query()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstghostpad.c | 483 pad = GST_PAD (object); in gst_ghost_pad_dispose() 546 pad = GST_PAD (gpad); in gst_ghost_pad_construct()
|
/third_party/gstreamer/gstplugins_bad/ext/webrtc/ |
D | gstwebrtcbin.c | 260 gst_pad_set_event_function (GST_PAD (pad), gst_webrtcbin_sink_event); in gst_webrtc_bin_pad_new() 572 gst_pad_set_active (GST_PAD (pad), TRUE); in _add_pad() 573 gst_element_add_pad (GST_ELEMENT (webrtc), GST_PAD (pad)); in _add_pad() 581 gst_element_remove_pad (GST_ELEMENT (webrtc), GST_PAD (pad)); in _remove_pad() 1344 } else if ((caps = gst_pad_get_current_caps (GST_PAD (pad)))) { in _find_codec_preferences() 1348 if ((caps = gst_pad_peer_query_caps (GST_PAD (pad), NULL))) in _find_codec_preferences() 2932 return GST_PAD (pad); in _connect_input_stream() 3709 gst_pad_remove_probe (GST_PAD (pad), pad->block_id); in _set_description_task() 4273 gst_ghost_pad_set_target (GST_GHOST_PAD (pad), GST_PAD (new_pad)); in on_rtpbin_pad_added() 4276 gst_pad_set_active (GST_PAD (pad), TRUE); in on_rtpbin_pad_added() [all …]
|
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | assrender.c | 169 GstPad *otherpad = GST_PAD (user_data); in src_buffer_probe_cb()
|
D | mssdemux.c | 439 pad = GST_PAD (pads->data); in testQueryCheckDataReceived()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/ |
D | gstaudioaggregator.c | 782 gst_pad_push_event (GST_PAD (aaggpad), gst_event_new_reconfigure ()); in gst_audio_aggregator_sink_setcaps() 918 gst_audio_aggregator_convert_buffer (aagg, GST_PAD (aaggpad), in gst_audio_aggregator_update_converters() 1145 gst_audio_aggregator_convert_sink_getcaps (GST_PAD (aggpad), agg, in gst_audio_aggregator_sink_query() 1149 gst_audio_aggregator_sink_getcaps (GST_PAD (aggpad), agg, filter); in gst_audio_aggregator_sink_query() 1905 (aagg, GST_PAD (pad), &pad->info, &srcpad->info, in gst_audio_aggregator_aggregate()
|
/third_party/gstreamer/gstplugins_good/tests/examples/equalizer/ |
D | demo.c | 128 GstPad *target = GST_PAD (user_data); in dynamic_link()
|
/third_party/gstreamer/gstplugins_base/gst/audiomixer/ |
D | gstaudiointerleave.c | 263 caps = gst_audio_interleave_sink_getcaps (agg, GST_PAD (aggpad), filter); in gst_audio_interleave_sink_query() 746 gst_pad_use_fixed_caps (GST_PAD (newpad)); in gst_audio_interleave_request_new_pad()
|
/third_party/gstreamer/gstplugins_bad/gst/debugutils/ |
D | gsttestsrcbin.c | 267 proxypad = GST_PAD (gst_proxy_pad_get_internal (GST_PROXY_PAD (ghost))); in gst_test_src_bin_setup_src()
|
/third_party/gstreamer/gstreamer/plugins/elements/ |
D | gstfunnel.c | 169 GstPad *pad = GST_PAD (item->data); in gst_funnel_dispose()
|
/third_party/gstreamer/gstplugins_bad/tests/examples/directfb/ |
D | gstdfb.c | 82 GstPad *pad = GST_PAD (obj); in size_changed()
|
/third_party/gstreamer/gstplugins_base/ext/ogg/ |
D | gstoggdemux.c | 174 gst_pad_set_event_function (GST_PAD (pad), in gst_ogg_pad_init() 176 gst_pad_set_query_function (GST_PAD (pad), in gst_ogg_pad_init() 178 gst_pad_use_fixed_caps (GST_PAD (pad)); in gst_ogg_pad_init() 3003 gst_pad_create_stream_id_printf (GST_PAD (pad), GST_ELEMENT_CAST (ogg), in gst_ogg_demux_activate_chain() 3021 gst_pad_push_event (GST_PAD (pad), ss_event); in gst_ogg_demux_activate_chain() 3073 gst_pad_push_event (GST_PAD (pad), gst_event_new_tag (tags)); in gst_ogg_demux_activate_chain() 3577 gst_pad_push_event (GST_PAD (pad), tevent); in gst_ogg_demux_perform_seek_pull() 4713 res &= gst_pad_push_event (GST_PAD (pad), event); in gst_ogg_demux_send_event()
|
D | gstoggparse.c | 710 gst_pad_push_event (GST_PAD (ogg->srcpad), gst_event_new_eos ()); in gst_ogg_parse_chain()
|
/third_party/gstreamer/gstplugins_bad/ext/srtp/ |
D | gstsrtpenc.c | 820 return GST_PAD (gst_pad_get_element_private (pad)); in get_rtp_other_pad() 833 srcpad = GST_PAD (gst_pad_get_element_private (sinkpad)); in gst_srtp_enc_release_pad()
|
/third_party/gstreamer/gstplugins_bad/ext/sctp/ |
D | gstsctpdec.c | 327 gst_pad_start_task (GST_PAD (sctpdec_pad), in flush_srcpad()
|
/third_party/gstreamer/gstplugins_base/tests/examples/seek/ |
D | jsseek.c | 1051 GstPad *pad = GST_PAD (walk->data); in query_rates() 1114 GstPad *pad = GST_PAD (walk->data); in query_positions_pads() 1222 GstPad *pad = GST_PAD (seekable_pads->data); in update_scale() 1277 GstPad *seekable = GST_PAD (walk->data); in send_event()
|