From eb528cbcc4dab321910defb319feb4387b30b548 Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Mon, 22 Jun 2009 03:55:27 +0100 Subject: VDPAU: Move I420/YV12 to the front of the caps. Add debug. Make I420/YV12 caps be preferred when downloading to YUV buffers, when possible, by listing them first in the set of output caps. Add some debug in the caps selection code. --- sys/vdpau/gstvdpvideoyuv.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sys/vdpau/gstvdpvideoyuv.c') diff --git a/sys/vdpau/gstvdpvideoyuv.c b/sys/vdpau/gstvdpvideoyuv.c index 2318cd40..bd780075 100644 --- a/sys/vdpau/gstvdpvideoyuv.c +++ b/sys/vdpau/gstvdpvideoyuv.c @@ -332,6 +332,9 @@ gst_vdp_video_yuv_sink_set_caps (GstPad * pad, GstCaps * caps) if (G_UNLIKELY (!src_caps || !gst_caps_get_size (src_caps))) return FALSE; + GST_DEBUG_OBJECT (video_yuv, + "Selecting first caps from set: %" GST_PTR_FORMAT, src_caps); + new_caps = gst_caps_copy_nth (src_caps, 0); gst_caps_unref (src_caps); if (G_UNLIKELY (!new_caps)) -- cgit v1.2.1