/third_party/gstreamer/gstplugins_good/gst/shapewipe/ |
D | gstshapewipe.c | 340 tmp = gst_pad_peer_query_caps (self->srcpad, NULL); in gst_shape_wipe_video_sink_getcaps() 354 tmp = gst_pad_peer_query_caps (pad, NULL); in gst_shape_wipe_video_sink_getcaps() 384 tmp = gst_pad_peer_query_caps (self->mask_sinkpad, NULL); in gst_shape_wipe_video_sink_getcaps() 463 tmp = gst_pad_peer_query_caps (self->video_sinkpad, NULL); in gst_shape_wipe_mask_sink_getcaps() 477 tmp = gst_pad_peer_query_caps (self->srcpad, NULL); in gst_shape_wipe_mask_sink_getcaps() 519 tmp = gst_pad_peer_query_caps (pad, NULL); in gst_shape_wipe_mask_sink_getcaps() 552 tmp = gst_pad_peer_query_caps (self->video_sinkpad, NULL); in gst_shape_wipe_src_getcaps() 566 tmp = gst_pad_peer_query_caps (pad, NULL); in gst_shape_wipe_src_getcaps() 595 tmp = gst_pad_peer_query_caps (self->mask_sinkpad, NULL); in gst_shape_wipe_src_getcaps()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/ |
D | gstaudioutilsprivate.c | 106 peer_caps = gst_pad_peer_query_caps (srcpad, proxy_filter); in __gst_audio_element_proxy_getcaps() 109 peer_caps = gst_pad_peer_query_caps (srcpad, NULL); in __gst_audio_element_proxy_getcaps()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | gstvideoutilsprivate.c | 108 peer_caps = gst_pad_peer_query_caps (srcpad, proxy_filter); in __gst_video_element_proxy_getcaps() 111 peer_caps = gst_pad_peer_query_caps (srcpad, NULL); in __gst_video_element_proxy_getcaps()
|
/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | rtpmux.c | 151 caps = gst_pad_peer_query_caps (src1, NULL); in test_basic() 156 caps = gst_pad_peer_query_caps (src1, NULL); in test_basic() 183 caps = gst_pad_peer_query_caps (sink, NULL); in test_basic() 640 caps = gst_pad_peer_query_caps (h->srcpad, NULL); in GST_START_TEST()
|
D | deinterleave.c | 311 ret_caps = gst_pad_peer_query_caps (mysrcpad, caps); in GST_START_TEST() 346 ret_caps = gst_pad_peer_query_caps (mysrcpad, caps2); in GST_START_TEST() 377 ret_caps = gst_pad_peer_query_caps (mysrcpad, caps2); in GST_START_TEST()
|
D | rtpfunnel.c | 96 caps = gst_pad_peer_query_caps (h->srcpad, NULL); in GST_START_TEST() 118 caps = gst_pad_peer_query_caps (h->srcpad, NULL); in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | audiodecoder.c | 714 caps = gst_pad_peer_query_caps (h->srcpad, NULL); in GST_START_TEST() 728 caps = gst_pad_peer_query_caps (h->srcpad, filter); in GST_START_TEST() 765 caps = gst_pad_peer_query_caps (h->srcpad, NULL); in GST_START_TEST() 781 caps = gst_pad_peer_query_caps (h->srcpad, filter); in GST_START_TEST() 794 caps = gst_pad_peer_query_caps (h->srcpad, filter); in GST_START_TEST() 823 caps = gst_pad_peer_query_caps (h->srcpad, NULL); in GST_START_TEST()
|
D | videodecoder.c | 977 caps = gst_pad_peer_query_caps (mysrcpad, NULL); in GST_START_TEST() 995 caps = gst_pad_peer_query_caps (mysrcpad, filter); in GST_START_TEST() 1057 caps = gst_pad_peer_query_caps (mysrcpad, NULL); in GST_START_TEST() 1080 caps = gst_pad_peer_query_caps (mysrcpad, filter); in GST_START_TEST() 1098 caps = gst_pad_peer_query_caps (mysrcpad, filter); in GST_START_TEST() 1131 caps = gst_pad_peer_query_caps (mysrcpad, NULL); in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_base/gst/encoding/ |
D | gststreamsplitter.c | 313 GstCaps *peercaps = gst_pad_peer_query_caps (srcpad, filter); in gst_stream_splitter_sink_getcaps() 317 res = gst_pad_peer_query_caps (srcpad, filter); in gst_stream_splitter_sink_getcaps() 452 peercaps = gst_pad_peer_query_caps (srcpad, NULL); in gst_stream_splitter_sink_setcaps()
|
/third_party/gstreamer/gstplugins_base/gst/overlaycomposition/ |
D | gstoverlaycomposition.c | 270 peercaps = gst_pad_peer_query_caps (self->srcpad, overlay_caps); in gst_overlay_composition_negotiate() 518 peer_caps = gst_pad_peer_query_caps (self->srcpad, overlay_filter); in gst_overlay_composition_sink_query_caps() 577 peer_caps = gst_pad_peer_query_caps (self->sinkpad, overlay_filter); in gst_overlay_composition_src_query_caps()
|
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/ |
D | gstdiracparse.c | 453 peercaps = gst_pad_peer_query_caps (GST_BASE_PARSE_SRC_PAD (parse), fcopy); in gst_dirac_parse_get_sink_caps() 456 peercaps = gst_pad_peer_query_caps (GST_BASE_PARSE_SRC_PAD (parse), NULL); in gst_dirac_parse_get_sink_caps()
|
D | gsth263parse.c | 406 peercaps = gst_pad_peer_query_caps (GST_BASE_PARSE_SRC_PAD (parse), fcopy); in gst_h263_parse_get_sink_caps() 409 peercaps = gst_pad_peer_query_caps (GST_BASE_PARSE_SRC_PAD (parse), NULL); in gst_h263_parse_get_sink_caps()
|
/third_party/gstreamer/gstreamer/tests/check/elements/ |
D | selector.c | 732 caps = gst_pad_peer_query_caps (input_pad, NULL); in GST_START_TEST() 772 caps = gst_pad_peer_query_caps (input_pad, NULL); in GST_START_TEST() 814 caps = gst_pad_peer_query_caps (input_pad, NULL); in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_good/gst/audioparsers/ |
D | gstsbcparse.c | 333 peercaps = gst_pad_peer_query_caps (GST_BASE_PARSE_SRC_PAD (parse), fcopy); in gst_sbc_parse_get_sink_caps() 336 peercaps = gst_pad_peer_query_caps (GST_BASE_PARSE_SRC_PAD (parse), NULL); in gst_sbc_parse_get_sink_caps()
|
D | gstdcaparse.c | 542 peercaps = gst_pad_peer_query_caps (GST_BASE_PARSE_SRC_PAD (parse), fcopy); in gst_dca_parse_get_sink_caps() 545 peercaps = gst_pad_peer_query_caps (GST_BASE_PARSE_SRC_PAD (parse), NULL); in gst_dca_parse_get_sink_caps()
|
D | gstwavpackparse.c | 647 peercaps = gst_pad_peer_query_caps (GST_BASE_PARSE_SRC_PAD (parse), fcopy); in gst_wavpack_parse_get_sink_caps() 650 peercaps = gst_pad_peer_query_caps (GST_BASE_PARSE_SRC_PAD (parse), NULL); in gst_wavpack_parse_get_sink_caps()
|
/third_party/gstreamer/gstplugins_bad/gst/autoconvert/ |
D | gstautoconvert.c | 752 other_caps = gst_pad_peer_query_caps (autoconvert->srcpad, NULL); in gst_auto_convert_sink_setcaps() 1076 other_caps = gst_pad_peer_query_caps (autoconvert->srcpad, NULL); in gst_auto_convert_getcaps() 1078 other_caps = gst_pad_peer_query_caps (autoconvert->sinkpad, NULL); in gst_auto_convert_getcaps() 1131 element_caps = gst_pad_peer_query_caps (internal_pad, filter); in gst_auto_convert_getcaps()
|
/third_party/gstreamer/gstplugins_base/ext/gl/ |
D | gstglstereosplit.c | 318 if ((tmp = gst_pad_peer_query_caps (pad, NULL)) == NULL) { in stereosplit_get_src_caps() 816 if (!(left = gst_pad_peer_query_caps (split->left_pad, NULL))) in stereosplit_sink_query() 818 if (!(right = gst_pad_peer_query_caps (split->right_pad, NULL))) in stereosplit_sink_query()
|
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | gstrtpstreamdepay.c | 162 gst_pad_peer_query_caps (GST_BASE_PARSE_SRC_PAD (parse), peerfilter); in gst_rtp_stream_depay_get_sink_caps()
|
D | gstrtph263ppay.c | 192 gst_pad_peer_query_caps (GST_RTP_BASE_PAYLOAD_SRCPAD (payload), NULL); in gst_rtp_h263p_pay_setcaps() 255 gst_pad_peer_query_caps (GST_RTP_BASE_PAYLOAD_SRCPAD (payload), NULL); in gst_rtp_h263p_pay_sink_getcaps()
|
D | gstrtpstreampay.c | 134 peercaps = gst_pad_peer_query_caps (self->srcpad, peerfilter); in gst_rtp_stream_pay_sink_get_caps()
|
D | gstrtpg726pay.c | 186 peercaps = gst_pad_peer_query_caps (payload->srcpad, NULL); in gst_rtp_g726_pay_setcaps()
|
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/ |
D | gstrtpmux.c | 614 peercaps = gst_pad_peer_query_caps (rtp_mux->srcpad, NULL); in gst_rtp_mux_setcaps() 731 peercaps = gst_pad_peer_query_caps (pad, accumcaps); in same_clock_rate_fold() 756 peercaps = gst_pad_peer_query_caps (mux->srcpad, NULL); in gst_rtp_mux_getcaps()
|
/third_party/gstreamer/gstplugins_bad/gst/segmentclip/ |
D | gstsegmentclip.c | 158 tmp = gst_pad_peer_query_caps (otherpad, filter); in gst_segment_clip_getcaps()
|
/third_party/gstreamer/gstplugins_bad/gst/dvbsuboverlay/ |
D | gstdvbsuboverlay.c | 517 peer_caps = gst_pad_peer_query_caps (srcpad, dvdsub_overlay_filter); in gst_dvbsub_overlay_get_videosink_caps() 580 peer_caps = gst_pad_peer_query_caps (sinkpad, dvdsub_overlay_filter); in gst_dvbsub_overlay_get_src_caps() 681 peercaps = gst_pad_peer_query_caps (overlay->srcpad, NULL); in gst_dvbsub_overlay_negotiate()
|