Home
last modified time | relevance | path

Searched refs:tcaps (Results 1 – 23 of 23) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst/playback/
Dgstdecodebin3-parse.c173 GstCaps *tcaps, *intersection; in get_parser_caps_filter() local
183 tcaps = gst_static_pad_template_get_caps (st); in get_parser_caps_filter()
185 gst_caps_intersect_full (tcaps, caps, GST_CAPS_INTERSECT_FIRST); in get_parser_caps_filter()
187 gst_caps_unref (tcaps); in get_parser_caps_filter()
205 GstCaps *tcaps; in check_parser_caps_filter() local
215 tcaps = gst_static_pad_template_get_caps (st); in check_parser_caps_filter()
216 if (gst_caps_can_intersect (tcaps, caps)) { in check_parser_caps_filter()
218 gst_caps_unref (tcaps); in check_parser_caps_filter()
221 gst_caps_unref (tcaps); in check_parser_caps_filter()
Dgstdecodebin2.c1862 GstCaps *tcaps; in analyze_new_pad() local
1878 tcaps = gst_static_pad_template_get_caps (st); in analyze_new_pad()
1884 gst_decode_bin_signals[SIGNAL_AUTOPLUG_CONTINUE], 0, dpad, tcaps, in analyze_new_pad()
1888 if (apcontinue && !are_final_caps (dbin, tcaps)) in analyze_new_pad()
1890 gst_caps_unref (tcaps); in analyze_new_pad()
1916 GstCaps *tcaps, *intersection; in analyze_new_pad() local
1934 tcaps = gst_static_pad_template_get_caps (st); in analyze_new_pad()
1936 gst_caps_intersect_full (tcaps, caps, GST_CAPS_INTERSECT_FIRST); in analyze_new_pad()
1938 gst_caps_unref (tcaps); in analyze_new_pad()
Dgstparsebin.c1430 GstCaps *tcaps, *intersection; in analyze_new_pad() local
1448 tcaps = gst_static_pad_template_get_caps (st); in analyze_new_pad()
1450 gst_caps_intersect_full (tcaps, caps, GST_CAPS_INTERSECT_FIRST); in analyze_new_pad()
1452 gst_caps_unref (tcaps); in analyze_new_pad()
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpisacpay.c102 GstCaps *tcaps = caps; in gst_rtp_isac_pay_getcaps() local
104 caps = gst_caps_intersect_full (filter, tcaps, GST_CAPS_INTERSECT_FIRST); in gst_rtp_isac_pay_getcaps()
105 gst_caps_unref (tcaps); in gst_rtp_isac_pay_getcaps()
DgstrtpL8pay.c214 GstCaps *tcaps = caps; in gst_rtp_L8_pay_getcaps() local
216 caps = gst_caps_intersect_full (filter, tcaps, GST_CAPS_INTERSECT_FIRST); in gst_rtp_L8_pay_getcaps()
217 gst_caps_unref (tcaps); in gst_rtp_L8_pay_getcaps()
DgstrtpL24pay.c213 GstCaps *tcaps = caps; in gst_rtp_L24_pay_getcaps() local
215 caps = gst_caps_intersect_full (filter, tcaps, GST_CAPS_INTERSECT_FIRST); in gst_rtp_L24_pay_getcaps()
216 gst_caps_unref (tcaps); in gst_rtp_L24_pay_getcaps()
DgstrtpL16pay.c232 GstCaps *tcaps = caps; in gst_rtp_L16_pay_getcaps() local
234 caps = gst_caps_intersect_full (filter, tcaps, GST_CAPS_INTERSECT_FIRST); in gst_rtp_L16_pay_getcaps()
235 gst_caps_unref (tcaps); in gst_rtp_L16_pay_getcaps()
Dgstrtpopuspay.c374 GstCaps *caps, *peercaps, *tcaps; in gst_rtp_opus_pay_getcaps() local
383 tcaps = gst_pad_get_pad_template_caps (GST_RTP_BASE_PAYLOAD_SRCPAD (payload)); in gst_rtp_opus_pay_getcaps()
385 tcaps); in gst_rtp_opus_pay_getcaps()
386 gst_caps_unref (tcaps); in gst_rtp_opus_pay_getcaps()
Dgstrtpspeexpay.c142 GstCaps *tcaps = caps; in gst_rtp_speex_pay_getcaps() local
144 caps = gst_caps_intersect_full (filter, tcaps, GST_CAPS_INTERSECT_FIRST); in gst_rtp_speex_pay_getcaps()
145 gst_caps_unref (tcaps); in gst_rtp_speex_pay_getcaps()
Dgstrtph263ppay.c194 GstCaps *tcaps = in gst_rtp_h263p_pay_setcaps() local
196 GstCaps *intersect = gst_caps_intersect (peercaps, tcaps); in gst_rtp_h263p_pay_setcaps()
197 gst_caps_unref (tcaps); in gst_rtp_h263p_pay_setcaps()
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Dgstrtpmux.c616 GstCaps *tcaps, *othercaps;; in gst_rtp_mux_setcaps() local
617 tcaps = gst_pad_get_pad_template_caps (pad); in gst_rtp_mux_setcaps()
618 othercaps = gst_caps_intersect_full (peercaps, tcaps, in gst_rtp_mux_setcaps()
639 gst_caps_unref (tcaps); in gst_rtp_mux_setcaps()
753 GstCaps *tcaps; in gst_rtp_mux_getcaps() local
759 tcaps = gst_pad_get_pad_template_caps (pad); in gst_rtp_mux_getcaps()
760 othercaps = gst_caps_intersect_full (peercaps, tcaps, in gst_rtp_mux_getcaps()
764 tcaps = gst_pad_get_pad_template_caps (mux->srcpad); in gst_rtp_mux_getcaps()
766 othercaps = gst_caps_intersect_full (filter, tcaps, in gst_rtp_mux_getcaps()
769 othercaps = gst_caps_copy (tcaps); in gst_rtp_mux_getcaps()
[all …]
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Daiffparse.c49 GstCaps *tcaps = gst_caps_new_simple ("audio/x-raw", in sink_check_caps() local
56 fail_unless (gst_caps_can_intersect (caps, tcaps)); in sink_check_caps()
57 gst_caps_unref (tcaps); in sink_check_caps()
Dmxfdemux.c54 GstCaps *tcaps = gst_caps_new_simple ("audio/x-raw", in _sink_check_caps() local
61 fail_unless (gst_caps_is_always_compatible (caps, tcaps)); in _sink_check_caps()
62 gst_caps_unref (tcaps); in _sink_check_caps()
/third_party/gstreamer/gstplugins_good/ext/jpeg/
Dgstsmokeenc.c219 const GstCaps *tcaps; in gst_smokeenc_getcaps() local
229 tcaps = gst_pad_get_pad_template_caps (otherpad); in gst_smokeenc_getcaps()
235 caps = gst_caps_copy (tcaps); in gst_smokeenc_getcaps()
240 result = gst_caps_intersect (caps, tcaps); in gst_smokeenc_getcaps()
/third_party/gstreamer/gstplugins_bad/ext/openal/
Dgstopenalsrc.c341 GstCaps *tcaps = gst_pad_get_pad_template_caps (pad); in gst_openal_src_getcaps() local
345 caps = gst_caps_copy (tcaps); in gst_openal_src_getcaps()
346 gst_caps_unref (tcaps); in gst_openal_src_getcaps()
Dgstopenalsink.c581 GstCaps *tcaps = gst_pad_get_pad_template_caps (pad); in gst_openal_sink_getcaps() local
582 caps = gst_caps_copy (tcaps); in gst_openal_sink_getcaps()
583 gst_caps_unref (tcaps); in gst_openal_sink_getcaps()
/third_party/gstreamer/gstplugins_good/gst/shapewipe/
Dgstshapewipe.c455 GstCaps *ret, *tmp, *tcaps; in gst_shape_wipe_mask_sink_getcaps() local
462 tcaps = gst_pad_get_pad_template_caps (self->video_sinkpad); in gst_shape_wipe_mask_sink_getcaps()
465 ret = gst_caps_intersect (tmp, tcaps); in gst_shape_wipe_mask_sink_getcaps()
466 gst_caps_unref (tcaps); in gst_shape_wipe_mask_sink_getcaps()
469 ret = tcaps; in gst_shape_wipe_mask_sink_getcaps()
/third_party/gstreamer/gstplugins_bad/gst/interlace/
Dgstinterlace.c879 GstCaps *othercaps, *tcaps; in gst_interlace_getcaps() local
936 tcaps = gst_pad_get_pad_template_caps (otherpad); in gst_interlace_getcaps()
953 icaps = gst_caps_intersect (othercaps, tcaps); in gst_interlace_getcaps()
955 gst_caps_unref (tcaps); in gst_interlace_getcaps()
957 icaps = tcaps; in gst_interlace_getcaps()
/third_party/gstreamer/gstplugins_bad/gst/timecode/
Dgsttimecodestamper.c2001 GstCaps *caps, *filter, *tcaps; in gst_timecodestamper_ltcpad_query() local
2006 tcaps = gst_pad_get_pad_template_caps (pad); in gst_timecodestamper_ltcpad_query()
2008 caps = gst_caps_intersect_full (tcaps, filter, in gst_timecodestamper_ltcpad_query()
2011 caps = gst_caps_ref (tcaps); in gst_timecodestamper_ltcpad_query()
2013 gst_caps_unref (tcaps); in gst_timecodestamper_ltcpad_query()
/third_party/gstreamer/gstplugins_bad/sys/uvch264/
Dgstuvch264_src.c2178 GstCaps *tcaps = NULL; in gst_uvc_h264_src_fixate_caps() local
2186 tcaps = gst_caps_intersect_full (peer_caps, v4l_caps, in gst_uvc_h264_src_fixate_caps()
2188 GST_DEBUG_OBJECT (self, "intersect: %" GST_PTR_FORMAT, tcaps); in gst_uvc_h264_src_fixate_caps()
2189 icaps = gst_caps_normalize (tcaps); in gst_uvc_h264_src_fixate_caps()
/third_party/gstreamer/gstplugins_bad/ext/directfb/
Ddfbvideosink.c1360 GstCaps *tcaps = in gst_dfbvideosink_getcaps() local
1362 caps = gst_caps_copy (tcaps); in gst_dfbvideosink_getcaps()
1363 gst_caps_unref (tcaps); in gst_dfbvideosink_getcaps()
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dgstqtmux.c2292 GstCaps *caps, *tcaps; in gst_qt_mux_set_header_on_caps() local
2294 tcaps = gst_pad_get_current_caps (GST_AGGREGATOR_SRC_PAD (mux)); in gst_qt_mux_set_header_on_caps()
2295 caps = gst_caps_copy (tcaps); in gst_qt_mux_set_header_on_caps()
2296 gst_caps_unref (tcaps); in gst_qt_mux_set_header_on_caps()
/third_party/gstreamer/gstplugins_bad/
DChangeLog108245 tcaps was unrefed when it shouldn't have been unrefed