GNOME Bugzilla – Bug 515970
[dshowdecwrapper] Doesn't chain up dispose function properly
Last modified: 2008-02-12 11:08:27 UTC
Hi, dshowdecwrapper currently does not chain up the dispose functions properly. Attached patch fixes this.
Created attachment 105024 [details] [review] dshowdecwrapper.diff
2008-02-12 Sebastian Dröge <slomo@circular-chaos.org> * sys/dshowdecwrapper/gstdshowaudiodec.c: (gst_dshowaudiodec_dispose): * sys/dshowdecwrapper/gstdshowvideodec.c: (gst_dshowvideodec_dispose): Chain up dispose methods properly. Fixes bug #515970.