decoder: h265: Fix offset calculation when there is more than one vps/sps/pps present...
authorSreerenj Balachandran <sreerenj.balachandran@intel.com>
Wed, 30 Mar 2016 11:37:21 +0000 (14:37 +0300)
committerSreerenj Balachandran <sreerenj.balachandran@intel.com>
Wed, 30 Mar 2016 11:37:21 +0000 (14:37 +0300)
commitc009d29c008c36156dc7f22b91cb491216d95822
tree699eeb5a7a9485a75890507866ce4b47ef565393
parent35fe2abc3e37776f3ad5dba9c073e29804d3f192
decoder: h265: Fix offset calculation when there is more than one vps/sps/pps present in codec_data

The array_completeness, reserved bit and num_nal_units fields
in HEVCDecoderConfigurationRecord will be present for each VPS/SPS/PPS array list,
but not for each occurance of similar headers.

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