diff --git a/omx/gstomxh264dec.c b/omx/gstomxh264dec.c index 2132d9fa2e..800c744df0 100644 --- a/omx/gstomxh264dec.c +++ b/omx/gstomxh264dec.c @@ -60,7 +60,6 @@ gst_omx_h264_dec_class_init (GstOMXH264DecClass * klass) videodec_class->set_format = GST_DEBUG_FUNCPTR (gst_omx_h264_dec_set_format); videodec_class->cdata.default_sink_template_caps = "video/x-h264, " - "parsed=(boolean) true, " "alignment=(string) au, " "stream-format=(string) byte-stream, " "width=(int) [1,MAX], " "height=(int) [1,MAX]";