summaryrefslogtreecommitdiff
path: root/gst/camerabin2
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2012-03-05 12:03:23 +0100
committerWim Taymans <wim.taymans@collabora.co.uk>2012-03-05 12:03:23 +0100
commitbc9ebb2ff2841fac97e6d99cb12ea913425e9a2a (patch)
tree71e220c4906a1e970360f82ae6bdb570e479c158 /gst/camerabin2
parent854645861790588d7bca72b79a56c1b1d5d7689f (diff)
downloadgstreamer-plugins-bad-bc9ebb2ff2841fac97e6d99cb12ea913425e9a2a.tar.gz
use new style caps
Diffstat (limited to 'gst/camerabin2')
-rw-r--r--gst/camerabin2/gstviewfinderbin.c2
1 files changed, 1 insertions, 1 deletions
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 */