vaapidecode: remove extraneous size information from allowed caps.
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>
Thu, 29 Aug 2013 17:33:02 +0000 (19:33 +0200)
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>
Thu, 29 Aug 2013 17:36:06 +0000 (19:36 +0200)
commit1be80e791c743ed9f5c0b95c5311d01d2fe1255f
tree6df33f02f700c7fe348c5c1556273c630793153e
parent111d7d4fa4b2ced74d29d70887b63f2d39cae7d3
vaapidecode: remove extraneous size information from allowed caps.

Fix _getcaps() implementation to not report codecs with size information
filled in the returned caps. That's totally useless nowadays. Ideally,
this is a hint to insert a video parser element, thus allowing future
optimizations, but this is not a strict requirement for gstreamer-vaapi,
which is able to parse the elementary bitstreams itself.

https://bugzilla.gnome.org/show_bug.cgi?id=704734
gst/vaapi/gstvaapidecode.c