/third_party/gstreamer/gstplugins_base/tests/check/elements/ |
D | decodebin.c | 394 GstPad *otherpad = gst_element_get_static_pad (self, "src"); in gst_fake_h264_parser_sink_event() local 402 accepted_caps = gst_pad_get_allowed_caps (otherpad); in gst_fake_h264_parser_sink_event() 410 gst_pad_set_caps (otherpad, accepted_caps); in gst_fake_h264_parser_sink_event() 420 ret = gst_pad_push_event (otherpad, event); in gst_fake_h264_parser_sink_event() 421 gst_object_unref (otherpad); in gst_fake_h264_parser_sink_event() 431 GstPad *otherpad = gst_element_get_static_pad (self, "src"); in gst_fake_h264_parser_sink_chain() local 436 ret = gst_pad_push (otherpad, buf); in gst_fake_h264_parser_sink_chain() 438 gst_object_unref (otherpad); in gst_fake_h264_parser_sink_chain() 495 GstPad *otherpad = gst_element_get_static_pad (self, "src"); in gst_fake_h264_decoder_sink_event() local 502 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 | 853 GstPad *otherpad = NULL; in gst_srtp_enc_sink_setcaps() local 902 otherpad = get_rtp_other_pad (pad); in gst_srtp_enc_sink_setcaps() 904 ret = gst_pad_set_caps (otherpad, caps); in gst_srtp_enc_sink_setcaps() 920 GstPad *otherpad; in gst_srtp_enc_sink_query() local 926 otherpad = get_rtp_other_pad (pad); in gst_srtp_enc_sink_query() 941 other_caps = gst_pad_peer_query_caps (otherpad, other_filter); in gst_srtp_enc_sink_query() 949 template_caps = gst_pad_get_pad_template_caps (otherpad); in gst_srtp_enc_sink_query() 1001 GstPad *otherpad = NULL; in gst_srtp_enc_iterate_internal_links() local 1004 otherpad = get_rtp_other_pad (pad); in gst_srtp_enc_iterate_internal_links() 1006 if (otherpad) { in gst_srtp_enc_iterate_internal_links() [all …]
|
D | gstsrtpdec.c | 1009 GstPad *otherpad; in gst_srtp_dec_sink_setcaps() local 1043 otherpad = gst_pad_get_element_private (pad); in gst_srtp_dec_sink_setcaps() 1045 ret = gst_pad_set_caps (otherpad, caps); in gst_srtp_dec_sink_setcaps() 1131 GstPad *otherpad; in gst_srtp_dec_sink_query() local 1138 otherpad = (GstPad *) gst_pad_get_element_private (pad); in gst_srtp_dec_sink_query() 1155 other_caps = gst_pad_peer_query_caps (otherpad, other_filter); in gst_srtp_dec_sink_query() 1162 template_caps = gst_pad_get_pad_template_caps (otherpad); in gst_srtp_dec_sink_query() 1220 GstPad *otherpad = NULL; in gst_srtp_dec_iterate_internal_links() local 1223 otherpad = (GstPad *) gst_pad_get_element_private (pad); in gst_srtp_dec_iterate_internal_links() 1225 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 | 138 GWeakRef otherpad; member 176 g_weak_ref_clear (&spad->otherpad); in gst_streamsync_pad_dispose() 224 opad = g_weak_ref_get (&spad->otherpad); in gst_stream_get_other_pad_from_pad() 953 g_weak_ref_init (&srcpad->otherpad, stream->sinkpad); in gst_stream_synchronizer_new_pad()
|
/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() 678 peercaps = gst_pad_peer_query_caps (otherpad, peerfilter); in gst_base_transform_query_caps() 696 GST_PAD_DIRECTION (otherpad), temp, filter); in gst_base_transform_query_caps() 1067 GstPad *otherpad, *otherpeer; in gst_base_transform_find_transform() local 1076 otherpad = (pad == trans->srcpad) ? trans->sinkpad : trans->srcpad; in gst_base_transform_find_transform() 1077 otherpeer = gst_pad_get_peer (otherpad); in gst_base_transform_find_transform() 1090 templ_caps = gst_pad_get_pad_template_caps (otherpad); in gst_base_transform_find_transform() 1126 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 | 151 GstPad *otherpad; in gst_segment_clip_getcaps() local 154 otherpad = (pad == self->srcpad) ? self->sinkpad : self->srcpad; in gst_segment_clip_getcaps() 156 tmp = gst_pad_peer_query_caps (otherpad, filter); in gst_segment_clip_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 | 405 GstPad *otherpad; in gst_selector_pad_iterate_linked_pads() local 411 otherpad = gst_input_selector_get_linked_pad (sel, pad, TRUE); in gst_selector_pad_iterate_linked_pads() 412 if (otherpad) { in gst_selector_pad_iterate_linked_pads() 414 g_value_set_object (&val, otherpad); in gst_selector_pad_iterate_linked_pads() 417 gst_object_unref (otherpad); in gst_selector_pad_iterate_linked_pads() 1516 GstPad *otherpad = NULL; in gst_input_selector_get_linked_pad() local 1520 otherpad = sel->active_sinkpad; in gst_input_selector_get_linked_pad() 1522 otherpad = sel->srcpad; in gst_input_selector_get_linked_pad() 1523 if (otherpad) in gst_input_selector_get_linked_pad() 1524 gst_object_ref (otherpad); in gst_input_selector_get_linked_pad() [all …]
|
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/ |
D | gstrtpssrcdemux.c | 803 GstPad *otherpad = NULL; in gst_rtp_ssrc_demux_iterate_internal_links_src() local 814 otherpad = demux->rtp_sink; in gst_rtp_ssrc_demux_iterate_internal_links_src() 817 otherpad = demux->rtcp_sink; in gst_rtp_ssrc_demux_iterate_internal_links_src() 821 if (otherpad) { in gst_rtp_ssrc_demux_iterate_internal_links_src() 825 g_value_set_object (&val, otherpad); in gst_rtp_ssrc_demux_iterate_internal_links_src()
|
D | gstrtpsession.c | 1885 GstPad *otherpad = NULL; in gst_rtp_session_iterate_internal_links() local 1892 otherpad = gst_object_ref (rtpsession->recv_rtp_sink); in gst_rtp_session_iterate_internal_links() 1894 otherpad = gst_object_ref (rtpsession->recv_rtp_src); in gst_rtp_session_iterate_internal_links() 1896 otherpad = gst_object_ref (rtpsession->send_rtp_sink); in gst_rtp_session_iterate_internal_links() 1898 otherpad = gst_object_ref (rtpsession->send_rtp_src); in gst_rtp_session_iterate_internal_links() 1902 if (otherpad) { in gst_rtp_session_iterate_internal_links() 1906 g_value_set_object (&val, otherpad); in gst_rtp_session_iterate_internal_links() 1909 gst_object_unref (otherpad); in gst_rtp_session_iterate_internal_links()
|
D | gstrtpjitterbuffer.c | 1168 GstPad *otherpad = NULL; in gst_rtp_jitter_buffer_iterate_internal_links() local 1175 otherpad = jitterbuffer->priv->srcpad; in gst_rtp_jitter_buffer_iterate_internal_links() 1177 otherpad = jitterbuffer->priv->sinkpad; in gst_rtp_jitter_buffer_iterate_internal_links() 1184 g_value_set_object (&val, otherpad); in gst_rtp_jitter_buffer_iterate_internal_links()
|
/third_party/gstreamer/gstplugins_bad/gst/proxy/ |
D | gstproxysink.c | 181 GstPad *otherpad; member 191 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_bad/gst/interlace/ |
D | gstinterlace.c | 669 GstPad *otherpad; in gst_interlace_getcaps() local 676 otherpad = in gst_interlace_getcaps() 692 tcaps = gst_pad_get_pad_template_caps (otherpad); in gst_interlace_getcaps() 693 othercaps = gst_pad_peer_query_caps (otherpad, clean_filter); in gst_interlace_getcaps()
|
/third_party/gstreamer/gstplugins_bad/gst/debugutils/ |
D | gstcompare.c | 226 GstPad *otherpad; in gst_compare_query() local 229 otherpad = (pad == comp->srcpad ? comp->sinkpad : comp->srcpad); in gst_compare_query() 231 return gst_pad_peer_query (otherpad, query); in gst_compare_query()
|
/third_party/gstreamer/gstplugins_good/sys/v4l2/ |
D | gstv4l2transform.c | 262 GstPad *pad, *otherpad; in gst_v4l2_transform_query() local 268 otherpad = GST_BASE_TRANSFORM_SINK_PAD (trans); in gst_v4l2_transform_query() 273 otherpad = GST_BASE_TRANSFORM_SRC_PAD (trans); in gst_v4l2_transform_query() 287 result = gst_pad_peer_query_caps (otherpad, caps); in gst_v4l2_transform_query()
|
/third_party/gstreamer/gstplugins_bad/gst/dvdspu/ |
D | gstdvdspu.c | 350 GstPad *otherpad; in gst_dvd_spu_video_proxy_getcaps() local 354 otherpad = (pad == dvdspu->srcpad) ? dvdspu->videosinkpad : dvdspu->srcpad; in gst_dvd_spu_video_proxy_getcaps() 356 caps = gst_pad_peer_query_caps (otherpad, filter); in gst_dvd_spu_video_proxy_getcaps() 360 templ = gst_pad_get_pad_template_caps (otherpad); in gst_dvd_spu_video_proxy_getcaps()
|
/third_party/gstreamer/gstplugins_base/gst/videorate/ |
D | gstvideorate.c | 988 GstPad *otherpad; in gst_video_rate_query() local 990 otherpad = (direction == GST_PAD_SRC) ? in gst_video_rate_query() 1008 if (avg_period == 0 && (peer = gst_pad_get_peer (otherpad))) { in gst_video_rate_query()
|
/third_party/gstreamer/gstplugins_good/gst/deinterlace/ |
D | gstdeinterlace.c | 2454 GstPad *otherpad; in gst_deinterlace_getcaps() local 2460 otherpad = (pad == self->srcpad) ? self->sinkpad : self->srcpad; in gst_deinterlace_getcaps() 2463 peercaps = gst_pad_peer_query_caps (otherpad, NULL); in gst_deinterlace_getcaps()
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 63760 plugins/elements/gstinputselector.c: Gracefully handle the cases when we dont' have otherpad. 63764 Gracefully handle the cases when we dont' have otherpad.
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 168719 gst/selector/gstinputselector.c: Gracefully handle the cases when we dont' have otherpad. 168723 Gracefully handle the cases when we dont' have otherpad.
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 92314 …ector: Return a NULL iterator instead of an empty iterator that returns NULL if there's no otherpad
|