Searched refs:oldcaps (Results 1 – 2 of 2) sorted by relevance
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | gstrtpsbcdepay.c | 224 GstCaps *outcaps, *oldcaps; in gst_rtp_sbc_depay_setcaps() local 236 oldcaps = gst_pad_get_current_caps (GST_RTP_BASE_DEPAYLOAD_SINKPAD (base)); in gst_rtp_sbc_depay_setcaps() 237 if (oldcaps && !gst_caps_can_intersect (oldcaps, caps)) { in gst_rtp_sbc_depay_setcaps() 243 if (oldcaps) in gst_rtp_sbc_depay_setcaps() 244 gst_caps_unref (oldcaps); in gst_rtp_sbc_depay_setcaps()
|
/third_party/gstreamer/gstplugins_good/sys/v4l2/ |
D | gstv4l2object.c | 4398 GstCaps *oldcaps; in gst_v4l2_object_caps_equal() local 4405 gst_buffer_pool_config_get_params (config, &oldcaps, NULL, NULL, NULL); in gst_v4l2_object_caps_equal() 4407 ret = oldcaps && gst_caps_is_equal (caps, oldcaps); in gst_v4l2_object_caps_equal() 4418 GstCaps *oldcaps; in gst_v4l2_object_caps_is_subset() local 4425 gst_buffer_pool_config_get_params (config, &oldcaps, NULL, NULL, NULL); in gst_v4l2_object_caps_is_subset() 4427 ret = oldcaps && gst_caps_is_subset (oldcaps, caps); in gst_v4l2_object_caps_is_subset() 4438 GstCaps *oldcaps; in gst_v4l2_object_get_current_caps() local 4444 gst_buffer_pool_config_get_params (config, &oldcaps, NULL, NULL, NULL); in gst_v4l2_object_get_current_caps() 4446 if (oldcaps) in gst_v4l2_object_get_current_caps() 4447 gst_caps_ref (oldcaps); in gst_v4l2_object_get_current_caps() [all …]
|