Home
last modified time | relevance | path

Searched refs:GST_PAD (Results 1 – 25 of 48) sorted by relevance

12

/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstglmixerbin.c338 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()
Dgstglmixer.c322 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/
Dvideomixer2.c533 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/
Dgstghostpad.c287 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/
Dgstsplitmuxsrc.c259 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()
Dgstsplitmuxpartreader.c542 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/
Ddeinterleave.c297 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/
Dgstaggregator.c496 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/
Daudiomix.c121 GstPad *target = GST_PAD (user_data); in dynamic_link()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideoaggregator.c121 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/
Dgstghostpad.c483 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/
Dgstwebrtcbin.c260 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/
Dassrender.c169 GstPad *otherpad = GST_PAD (user_data); in src_buffer_probe_cb()
Dmssdemux.c439 pad = GST_PAD (pads->data); in testQueryCheckDataReceived()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Dgstaudioaggregator.c782 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/
Ddemo.c128 GstPad *target = GST_PAD (user_data); in dynamic_link()
/third_party/gstreamer/gstplugins_base/gst/audiomixer/
Dgstaudiointerleave.c263 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/
Dgsttestsrcbin.c267 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/
Dgstfunnel.c169 GstPad *pad = GST_PAD (item->data); in gst_funnel_dispose()
/third_party/gstreamer/gstplugins_bad/tests/examples/directfb/
Dgstdfb.c82 GstPad *pad = GST_PAD (obj); in size_changed()
/third_party/gstreamer/gstplugins_base/ext/ogg/
Dgstoggdemux.c174 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()
Dgstoggparse.c710 gst_pad_push_event (GST_PAD (ogg->srcpad), gst_event_new_eos ()); in gst_ogg_parse_chain()
/third_party/gstreamer/gstplugins_bad/ext/srtp/
Dgstsrtpenc.c820 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/
Dgstsctpdec.c327 gst_pad_start_task (GST_PAD (sctpdec_pad), in flush_srcpad()
/third_party/gstreamer/gstplugins_base/tests/examples/seek/
Djsseek.c1051 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()

12