flxdec: Don't unref() parent in the chain function
authorSebastian Dröge <sebastian@centricular.com>
Wed, 23 Nov 2016 09:20:49 +0000 (11:20 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Wed, 23 Nov 2016 09:20:49 +0000 (11:20 +0200)
commit45dcd0b9ccf33ed85cdafeb871a3781f5be57fd9
treed63957ecec2487be7b15bae79e0e5b4d15098e95
parentae2dd54a240a7b38710cdf118594712feaa5828c
flxdec: Don't unref() parent in the chain function

We don't own the reference here, it is owned by the caller and given to
us for the scope of this function. Leftover mistake from 0.10 porting.

https://bugzilla.gnome.org/show_bug.cgi?id=774897
gst/flx/gstflxdec.c