summaryrefslogtreecommitdiff
path: root/omx/gstomxh263dec.c
diff options
context:
space:
mode:
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",