summaryrefslogtreecommitdiff
path: root/omx/gstomxh263dec.c
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2013-03-19 13:27:35 +0100
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2013-03-19 13:28:30 +0100
commit4483581e2a44fd41f02de0dd03204b09d5e38365 (patch)
tree446889143d118ac77ba0a387d664cffad36566e1 /omx/gstomxh263dec.c
parentc5ed46792562111b6ac6b96803b576f9f7d1997d (diff)
downloadgst-omx-4483581e2a44fd41f02de0dd03204b09d5e38365.tar.gz
omx: Add more constraints to the default sink template caps
Diffstat (limited to 'omx/gstomxh263dec.c')
-rw-r--r--omx/gstomxh263dec.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/omx/gstomxh263dec.c b/omx/gstomxh263dec.c
index 5db50c3..134995b 100644
--- a/omx/gstomxh263dec.c
+++ b/omx/gstomxh263dec.c
@@ -60,7 +60,8 @@ gst_omx_h263_dec_class_init (GstOMXH263DecClass * klass)
videodec_class->set_format = GST_DEBUG_FUNCPTR (gst_omx_h263_dec_set_format);
videodec_class->cdata.default_sink_template_caps = "video/x-h263, "
- "parsed=(boolean) true";
+ "variant=(string) itu, "
+ "parsed=(boolean) true, " "width=(int) [1,MAX], " "height=(int) [1,MAX]";
gst_element_class_set_static_metadata (element_class,
"OpenMAX H.263 Video Decoder",