decoder: h264: add support for grayscale encoded clips.
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>
Fri, 25 Apr 2014 12:23:11 +0000 (14:23 +0200)
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>
Fri, 25 Apr 2014 17:24:07 +0000 (19:24 +0200)
commitfa7f9cd08ca31b594a7c6eddb21601f7567b8d9b
tree92e22bdaf10c91cbb9978c9fdd5198d66cd3a82c
parentdbf32a25210b1f8443947353704b797dd20e17ee
decoder: h264: add support for grayscale encoded clips.

Fix support for grayscale encoded video clips, and possibly others if
the underlying driver supports the non-YUV 4:2:0 formats. i.e. defer
the decision that a surface with the desired chroma format is not
supported to the actual VA driver implementation.

https://bugzilla.gnome.org/show_bug.cgi?id=728144
gst-libs/gst/vaapi/gstvaapidecoder_h264.c