camerabin: add any feature to viewfinderbin static pad template

https://bugzilla.gnome.org/show_bug.cgi?id=727857
This commit is contained in:
Mohammed Sameer 2014-04-08 21:39:20 +03:00 committed by Sebastian Dröge
parent b261374462
commit 0450e8f53f

View file

@ -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 */