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)
commitc57500a7f459555c5426d30d31b1ed3dfd0f1d87
tree92bab89a34304229ae4a6c24a2f7ba1b786a49e3
parentba7d57c1549795956adef29b9e916e07d4b59bd2
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