decoder: h264: fix inter-view references array growth.
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>
Fri, 6 Jun 2014 15:56:06 +0000 (17:56 +0200)
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>
Fri, 6 Jun 2014 15:58:50 +0000 (17:58 +0200)
commite8fe78824bc65a2b1f5166d2aa34099af6aaec4b
treef6e05621ebc95c1f7b10f1ffbcbe50aebec15087
parent60af04901f770ea0b89dff678d61ef6af19ee776
decoder: h264: fix inter-view references array growth.

Let the utility layer handle dynamic growth of the inter-view pictures
array. By definition, setting a new size to the array will effectively
grow the array, but would also fill in the newly created elements with
empty entries (NULL), thus also increasing the reported length, which
is not correct.
gst-libs/gst/vaapi/gstvaapidecoder_h264.c