From 0450e8f53f2dd74c110f58aa359203e1184d6d70 Mon Sep 17 00:00:00 2001 From: Mohammed Sameer Date: Tue, 8 Apr 2014 21:39:20 +0300 Subject: [PATCH] camerabin: add any feature to viewfinderbin static pad template https://bugzilla.gnome.org/show_bug.cgi?id=727857 --- gst/camerabin2/gstviewfinderbin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/camerabin2/gstviewfinderbin.c b/gst/camerabin2/gstviewfinderbin.c index 9fdd79ec6c..9732340262 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 */