opus: Fix a double-unref in the Opus header code
authorPhilip Withnall <philip.withnall@collabora.co.uk>
Thu, 10 Jul 2014 14:52:46 +0000 (15:52 +0100)
committerSebastian Dröge <sebastian@centricular.com>
Fri, 11 Jul 2014 07:05:32 +0000 (09:05 +0200)
commit01d2956c4ed5a888a18476602181be416233e7a6
tree16e56ac269988298a2096da5b11b6211722e619b
parentfd77bb1eff0fc9252cbcd927bd89ac00f2104a6e
opus: Fix a double-unref in the Opus header code

The headers were never getting reffed when being added to the headers
list, which is later unreffed-and-freed by the caller (e.g.
gst_opus_parse_parse_frame()).

https://bugzilla.gnome.org/show_bug.cgi?id=733013
ext/opus/gstopusheader.c