From bc9ebb2ff2841fac97e6d99cb12ea913425e9a2a Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 5 Mar 2012 12:03:23 +0100 Subject: use new style caps --- gst/camerabin2/gstviewfinderbin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst/camerabin2') diff --git a/gst/camerabin2/gstviewfinderbin.c b/gst/camerabin2/gstviewfinderbin.c index 90c78d5ab..1f87eb993 100644 --- a/gst/camerabin2/gstviewfinderbin.c +++ b/gst/camerabin2/gstviewfinderbin.c @@ -57,7 +57,7 @@ enum static GstStaticPadTemplate sink_template = GST_STATIC_PAD_TEMPLATE ("sink", GST_PAD_SINK, GST_PAD_ALWAYS, - GST_STATIC_CAPS ("video/x-raw-yuv; video/x-raw-rgb") + GST_STATIC_CAPS ("video/x-raw") ); /* class initialization */ -- cgit v1.2.1