/third_party/gstreamer/gstplugins_good/gst/debugutils/ |
D | gstcapsdebug.c | 171 GstPad *otherpad; in gst_caps_debug_getcaps() local 174 otherpad = in gst_caps_debug_getcaps() 179 caps = gst_pad_peer_get_caps (otherpad); in gst_caps_debug_getcaps() 200 GstPad *otherpad; in gst_caps_debug_acceptcaps() local 203 otherpad = in gst_caps_debug_acceptcaps() 210 ret = gst_pad_peer_accept_caps (otherpad, caps); in gst_caps_debug_acceptcaps() 227 GstPad *otherpad; in gst_caps_debug_bufferalloc() local 231 otherpad = in gst_caps_debug_bufferalloc() 243 ret = gst_pad_alloc_buffer_and_set_caps (otherpad, offset, size, caps, buf); in gst_caps_debug_bufferalloc()
|
/third_party/gstreamer/gstplugins_base/tests/check/elements/ |
D | decodebin.c | 393 GstPad *otherpad = gst_element_get_static_pad (self, "src"); in gst_fake_h264_parser_sink_event() local 401 accepted_caps = gst_pad_get_allowed_caps (otherpad); in gst_fake_h264_parser_sink_event() 409 gst_pad_set_caps (otherpad, accepted_caps); in gst_fake_h264_parser_sink_event() 419 ret = gst_pad_push_event (otherpad, event); in gst_fake_h264_parser_sink_event() 420 gst_object_unref (otherpad); in gst_fake_h264_parser_sink_event() 430 GstPad *otherpad = gst_element_get_static_pad (self, "src"); in gst_fake_h264_parser_sink_chain() local 435 ret = gst_pad_push (otherpad, buf); in gst_fake_h264_parser_sink_chain() 437 gst_object_unref (otherpad); in gst_fake_h264_parser_sink_chain() 494 GstPad *otherpad = gst_element_get_static_pad (self, "src"); in gst_fake_h264_decoder_sink_event() local 501 gst_pad_set_caps (otherpad, caps); in gst_fake_h264_decoder_sink_event() [all …]
|
D | streamsynchronizer.c | 53 GstPad *otherpad; in get_other_pad() local 57 otherpad = g_value_dup_object (&item); in get_other_pad() 61 return otherpad; in get_other_pad()
|
/third_party/gstreamer/gstplugins_bad/ext/srtp/ |
D | gstsrtpenc.c | 867 GstPad *otherpad = NULL; in gst_srtp_enc_sink_setcaps() local 916 otherpad = get_rtp_other_pad (pad); in gst_srtp_enc_sink_setcaps() 918 ret = gst_pad_set_caps (otherpad, caps); in gst_srtp_enc_sink_setcaps() 934 GstPad *otherpad; in gst_srtp_enc_sink_query() local 940 otherpad = get_rtp_other_pad (pad); in gst_srtp_enc_sink_query() 955 other_caps = gst_pad_peer_query_caps (otherpad, other_filter); in gst_srtp_enc_sink_query() 963 template_caps = gst_pad_get_pad_template_caps (otherpad); in gst_srtp_enc_sink_query() 1015 GstPad *otherpad = NULL; in gst_srtp_enc_iterate_internal_links() local 1018 otherpad = get_rtp_other_pad (pad); in gst_srtp_enc_iterate_internal_links() 1020 if (otherpad) { in gst_srtp_enc_iterate_internal_links() [all …]
|
D | gstsrtpdec.c | 1010 GstPad *otherpad; in gst_srtp_dec_sink_setcaps() local 1044 otherpad = gst_pad_get_element_private (pad); in gst_srtp_dec_sink_setcaps() 1046 ret = gst_pad_set_caps (otherpad, caps); in gst_srtp_dec_sink_setcaps() 1132 GstPad *otherpad; in gst_srtp_dec_sink_query() local 1139 otherpad = (GstPad *) gst_pad_get_element_private (pad); in gst_srtp_dec_sink_query() 1156 other_caps = gst_pad_peer_query_caps (otherpad, other_filter); in gst_srtp_dec_sink_query() 1163 template_caps = gst_pad_get_pad_template_caps (otherpad); in gst_srtp_dec_sink_query() 1221 GstPad *otherpad = NULL; in gst_srtp_dec_iterate_internal_links() local 1224 otherpad = (GstPad *) gst_pad_get_element_private (pad); in gst_srtp_dec_iterate_internal_links() 1226 if (otherpad) { in gst_srtp_dec_iterate_internal_links() [all …]
|
/third_party/gstreamer/gstplugins_base/gst/playback/ |
D | gstplaysinkconvertbin.c | 359 GstPad *otherpad; in gst_play_sink_convert_bin_acceptcaps() local 363 otherpad = self->sinkpad; in gst_play_sink_convert_bin_acceptcaps() 365 otherpad = self->srcpad; in gst_play_sink_convert_bin_acceptcaps() 368 otherpad = NULL; in gst_play_sink_convert_bin_acceptcaps() 371 if (otherpad) { in gst_play_sink_convert_bin_acceptcaps() 372 ret = gst_pad_peer_query_accept_caps (otherpad, caps); in gst_play_sink_convert_bin_acceptcaps() 395 GstPad *otherpad, *peer; in gst_play_sink_convert_bin_getcaps() local 399 otherpad = self->sinkpad; in gst_play_sink_convert_bin_getcaps() 401 otherpad = self->srcpad; in gst_play_sink_convert_bin_getcaps() 404 otherpad = NULL; in gst_play_sink_convert_bin_getcaps() [all …]
|
D | gststreamsynchronizer.c | 143 GWeakRef otherpad; member 181 g_weak_ref_clear (&spad->otherpad); in gst_streamsync_pad_dispose() 229 opad = g_weak_ref_get (&spad->otherpad); in gst_stream_get_other_pad_from_pad() 940 g_weak_ref_init (&srcpad->otherpad, stream->sinkpad); in gst_stream_synchronizer_new_pad()
|
/third_party/gstreamer/gstreamer/docs/random/wtay/ |
D | events2 | 131 otherpad = GST_PAD(pads->data); 134 if (gst_pad_get_direction(otherpad) != dir) { 135 result &= gst_pad_send_event (GST_REAL_PAD(otherpad), event);
|
/third_party/gstreamer/gstreamer/libs/gst/base/ |
D | gstbasetransform.c | 630 GstPad *otherpad; in gst_base_transform_query_caps() local 634 otherpad = (pad == trans->srcpad) ? trans->sinkpad : trans->srcpad; in gst_base_transform_query_caps() 637 otempl = gst_pad_get_pad_template_caps (otherpad); in gst_base_transform_query_caps() 681 peercaps = gst_pad_peer_query_caps (otherpad, peerfilter); in gst_base_transform_query_caps() 699 GST_PAD_DIRECTION (otherpad), temp, filter); in gst_base_transform_query_caps() 1070 GstPad *otherpad, *otherpeer; in gst_base_transform_find_transform() local 1079 otherpad = (pad == trans->srcpad) ? trans->sinkpad : trans->srcpad; in gst_base_transform_find_transform() 1080 otherpeer = gst_pad_get_peer (otherpad); in gst_base_transform_find_transform() 1093 templ_caps = gst_pad_get_pad_template_caps (otherpad); in gst_base_transform_find_transform() 1129 templ_caps = gst_pad_get_pad_template_caps (otherpad); in gst_base_transform_find_transform() [all …]
|
/third_party/gstreamer/gstplugins_bad/gst/segmentclip/ |
D | gstsegmentclip.c | 153 GstPad *otherpad; in gst_segment_clip_getcaps() local 156 otherpad = (pad == self->srcpad) ? self->sinkpad : self->srcpad; in gst_segment_clip_getcaps() 158 tmp = gst_pad_peer_query_caps (otherpad, filter); in gst_segment_clip_getcaps()
|
/third_party/gstreamer/gstplugins_good/ext/jpeg/ |
D | gstsmokeenc.c | 217 GstPad *otherpad; in gst_smokeenc_getcaps() local 226 otherpad = (pad == smokeenc->srcpad) ? smokeenc->sinkpad : smokeenc->srcpad; in gst_smokeenc_getcaps() 229 tcaps = gst_pad_get_pad_template_caps (otherpad); in gst_smokeenc_getcaps() 232 caps = gst_pad_peer_get_caps (otherpad); in gst_smokeenc_getcaps()
|
/third_party/gstreamer/gstplugins_bad/ext/resindvd/ |
D | rsninputselector.c | 416 GstPad *otherpad; in gst_selector_pad_iterate_linked_pads() local 422 otherpad = gst_input_selector_get_linked_pad (sel, pad, TRUE); in gst_selector_pad_iterate_linked_pads() 423 if (otherpad) { in gst_selector_pad_iterate_linked_pads() 425 g_value_set_object (&val, otherpad); in gst_selector_pad_iterate_linked_pads() 428 gst_object_unref (otherpad); in gst_selector_pad_iterate_linked_pads() 1436 GstPad *otherpad = NULL; in gst_input_selector_get_linked_pad() local 1440 otherpad = sel->active_sinkpad; in gst_input_selector_get_linked_pad() 1442 otherpad = sel->srcpad; in gst_input_selector_get_linked_pad() 1443 if (otherpad) in gst_input_selector_get_linked_pad() 1444 gst_object_ref (otherpad); in gst_input_selector_get_linked_pad() [all …]
|
/third_party/gstreamer/gstreamer/plugins/elements/ |
D | gstinputselector.c | 406 GstPad *otherpad; in gst_selector_pad_iterate_linked_pads() local 412 otherpad = gst_input_selector_get_linked_pad (sel, pad, TRUE); in gst_selector_pad_iterate_linked_pads() 413 if (otherpad) { in gst_selector_pad_iterate_linked_pads() 415 g_value_set_object (&val, otherpad); in gst_selector_pad_iterate_linked_pads() 418 gst_object_unref (otherpad); in gst_selector_pad_iterate_linked_pads() 1521 GstPad *otherpad = NULL; in gst_input_selector_get_linked_pad() local 1525 otherpad = sel->active_sinkpad; in gst_input_selector_get_linked_pad() 1527 otherpad = sel->srcpad; in gst_input_selector_get_linked_pad() 1528 if (otherpad) in gst_input_selector_get_linked_pad() 1529 gst_object_ref (otherpad); in gst_input_selector_get_linked_pad() [all …]
|
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/ |
D | gstrtpst2022-1-fecenc.c | 500 GstPad *otherpad = NULL; in gst_rtpst_2022_1_fecenc_iterate_linked_pads() local 505 otherpad = enc->sinkpad; in gst_rtpst_2022_1_fecenc_iterate_linked_pads() 507 otherpad = enc->srcpad; in gst_rtpst_2022_1_fecenc_iterate_linked_pads() 509 if (otherpad) { in gst_rtpst_2022_1_fecenc_iterate_linked_pads() 511 g_value_set_object (&val, otherpad); in gst_rtpst_2022_1_fecenc_iterate_linked_pads()
|
D | gstrtpssrcdemux.c | 870 GstPad *otherpad = NULL; in gst_rtp_ssrc_demux_iterate_internal_links_src() local 881 otherpad = demux->rtp_sink; in gst_rtp_ssrc_demux_iterate_internal_links_src() 884 otherpad = demux->rtcp_sink; in gst_rtp_ssrc_demux_iterate_internal_links_src() 888 if (otherpad) { in gst_rtp_ssrc_demux_iterate_internal_links_src() 892 g_value_set_object (&val, otherpad); in gst_rtp_ssrc_demux_iterate_internal_links_src()
|
D | gstrtpst2022-1-fecdec.c | 889 GstPad *otherpad = NULL; in gst_rtpst_2022_1_fecdec_iterate_linked_pads() local 894 otherpad = dec->sinkpad; in gst_rtpst_2022_1_fecdec_iterate_linked_pads() 896 otherpad = dec->srcpad; in gst_rtpst_2022_1_fecdec_iterate_linked_pads() 898 if (otherpad) { in gst_rtpst_2022_1_fecdec_iterate_linked_pads() 900 g_value_set_object (&val, otherpad); in gst_rtpst_2022_1_fecdec_iterate_linked_pads()
|
D | gstrtpsession.c | 1935 GstPad *otherpad = NULL; in gst_rtp_session_iterate_internal_links() local 1942 otherpad = gst_object_ref (rtpsession->recv_rtp_sink); in gst_rtp_session_iterate_internal_links() 1944 otherpad = gst_object_ref (rtpsession->recv_rtp_src); in gst_rtp_session_iterate_internal_links() 1946 otherpad = gst_object_ref (rtpsession->send_rtp_sink); in gst_rtp_session_iterate_internal_links() 1948 otherpad = gst_object_ref (rtpsession->send_rtp_src); in gst_rtp_session_iterate_internal_links() 1952 if (otherpad) { in gst_rtp_session_iterate_internal_links() 1956 g_value_set_object (&val, otherpad); in gst_rtp_session_iterate_internal_links() 1959 gst_object_unref (otherpad); in gst_rtp_session_iterate_internal_links()
|
/third_party/gstreamer/gstplugins_bad/gst/proxy/ |
D | gstproxysink.c | 183 GstPad *otherpad; member 193 data->ret = gst_pad_store_sticky_event (data->otherpad, *event); in copy_sticky_events()
|
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | assrender.c | 169 GstPad *otherpad = GST_PAD (user_data); in src_buffer_probe_cb() local 172 gst_pad_remove_probe (otherpad, probe_id); in src_buffer_probe_cb()
|
/third_party/gstreamer/gstplugins_good/gst/imagefreeze/ |
D | gstimagefreeze.c | 348 GstPad *otherpad; in gst_image_freeze_query_caps() local 350 otherpad = (pad == self->srcpad) ? self->sinkpad : self->srcpad; in gst_image_freeze_query_caps() 357 tmp = gst_pad_peer_query_caps (otherpad, filter); in gst_image_freeze_query_caps() 359 GST_LOG_OBJECT (otherpad, "peer caps %" GST_PTR_FORMAT, tmp); in gst_image_freeze_query_caps() 363 GST_LOG_OBJECT (otherpad, "going to copy"); in gst_image_freeze_query_caps()
|
/third_party/gstreamer/gstplugins_bad/gst/debugutils/ |
D | gstcompare.c | 231 GstPad *otherpad; in gst_compare_query() local 234 otherpad = (pad == comp->srcpad ? comp->sinkpad : comp->srcpad); in gst_compare_query() 236 return gst_pad_peer_query (otherpad, query); in gst_compare_query()
|
/third_party/gstreamer/gstplugins_good/sys/v4l2/ |
D | gstv4l2transform.c | 265 GstPad *pad, *otherpad; in gst_v4l2_transform_query() local 271 otherpad = GST_BASE_TRANSFORM_SINK_PAD (trans); in gst_v4l2_transform_query() 276 otherpad = GST_BASE_TRANSFORM_SRC_PAD (trans); in gst_v4l2_transform_query() 290 result = gst_pad_peer_query_caps (otherpad, caps); in gst_v4l2_transform_query()
|
/third_party/gstreamer/gstplugins_bad/gst/dvdspu/ |
D | gstdvdspu.c | 353 GstPad *otherpad; in gst_dvd_spu_video_proxy_getcaps() local 357 otherpad = (pad == dvdspu->srcpad) ? dvdspu->videosinkpad : dvdspu->srcpad; in gst_dvd_spu_video_proxy_getcaps() 359 caps = gst_pad_peer_query_caps (otherpad, filter); in gst_dvd_spu_video_proxy_getcaps() 363 templ = gst_pad_get_pad_template_caps (otherpad); in gst_dvd_spu_video_proxy_getcaps()
|
/third_party/gstreamer/gstplugins_bad/gst/interlace/ |
D | gstinterlace.c | 878 GstPad *otherpad; in gst_interlace_getcaps() local 887 otherpad = in gst_interlace_getcaps() 936 tcaps = gst_pad_get_pad_template_caps (otherpad); in gst_interlace_getcaps() 937 othercaps = gst_pad_peer_query_caps (otherpad, clean_filter); in gst_interlace_getcaps()
|
/third_party/gstreamer/gstplugins_base/gst/videorate/ |
D | gstvideorate.c | 1042 GstPad *otherpad; in gst_video_rate_query() local 1044 otherpad = (direction == GST_PAD_SRC) ? in gst_video_rate_query() 1062 if (avg_period == 0 && (peer = gst_pad_get_peer (otherpad))) { in gst_video_rate_query()
|