decoder: h264: fix memory leak in PPS.
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>
Tue, 1 Jul 2014 15:18:08 +0000 (17:18 +0200)
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>
Tue, 1 Jul 2014 15:18:08 +0000 (17:18 +0200)
commitcba9b973006b9f59046578a195ead1c23262a509
treec8e8f08aeafc01695ebbc09e394e5c52e639294a
parent4263effee560044a6cdffb36d1763acd9026241e
decoder: h264: fix memory leak in PPS.

Cope with latest changes from codecparsers/h264. It is now required
to explicitly clear the GstH264PPS structure as it could contain
additional allocations (slice_group_ids).
gst-libs/gst/vaapi/gstvaapidecoder_h264.c