summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Decina <alessandro.decina@collabora.co.uk>2011-08-26 13:45:37 +0200
committerAlessandro Decina <alessandro.decina@collabora.co.uk>2011-08-26 13:45:37 +0200
commit9862b397b6ada8bb9f9d9e9cb861b1937e8e12a8 (patch)
tree411ed9d07f455852f387bd182189c4eec4e46ee2
parentab6c4871ad590da1105a4a8f1d61458b8734d8de (diff)
ducatih264dec: add stream-format and align in caps
-rw-r--r--src/gstducatih264dec.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gstducatih264dec.c b/src/gstducatih264dec.c
index a69fb71..a4c6870 100644
--- a/src/gstducatih264dec.c
+++ b/src/gstducatih264dec.c
@@ -48,8 +48,8 @@ static GstStaticPadTemplate sink_factory = GST_STATIC_PAD_TEMPLATE ("sink",
GST_PAD_SINK,
GST_PAD_ALWAYS,
GST_STATIC_CAPS ("video/x-h264, "
-// "alignment = au, " /* only entire frames */
-// "stream-format = byte-stream, " /* only byte-stream */
+ "stream-format = byte-stream, " /* only byte-stream */
+ "align = au, " /* only entire frames */
"width = (int)[ 16, 2048 ], "
"height = (int)[ 16, 2048 ], "
"framerate = (fraction)[ 0, max ];")