summaryrefslogtreecommitdiff
path: root/gst/camerabin2
diff options
context:
space:
mode:
authorMohammed Sameer <msameer@foolab.org>2014-04-08 21:39:20 +0300
committerSebastian Dröge <sebastian@centricular.com>2014-04-09 08:56:01 +0200
commit0450e8f53f2dd74c110f58aa359203e1184d6d70 (patch)
tree6e3e1f4a5028d3d5fa271bfb3447f98428fba5d7 /gst/camerabin2
parentb2613744627f88d2d0de1d5b24cb9b1bb416aad7 (diff)
downloadgstreamer-plugins-bad-0450e8f53f2dd74c110f58aa359203e1184d6d70.tar.gz
camerabin: add any feature to viewfinderbin static pad template
https://bugzilla.gnome.org/show_bug.cgi?id=727857
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 9fdd79ec6..973234026 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")
+ GST_STATIC_CAPS ("video/x-raw(ANY)")
);
/* class initialization */