diff options
author | Mohammed Sameer <msameer@foolab.org> | 2014-04-08 21:39:20 +0300 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2014-04-09 08:56:01 +0200 |
commit | 0450e8f53f2dd74c110f58aa359203e1184d6d70 (patch) | |
tree | 6e3e1f4a5028d3d5fa271bfb3447f98428fba5d7 /gst | |
parent | b2613744627f88d2d0de1d5b24cb9b1bb416aad7 (diff) |
camerabin: add any feature to viewfinderbin static pad template
https://bugzilla.gnome.org/show_bug.cgi?id=727857
Diffstat (limited to 'gst')
-rw-r--r-- | gst/camerabin2/gstviewfinderbin.c | 2 |
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 */ |