After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 515970 - [dshowdecwrapper] Doesn't chain up dispose function properly
[dshowdecwrapper] Doesn't chain up dispose function properly
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal blocker
: 0.10.6
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-02-12 10:38 UTC by Sebastian Dröge (slomo)
Modified: 2008-02-12 11:08 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
dshowdecwrapper.diff (1.12 KB, patch)
2008-02-12 10:38 UTC, Sebastian Dröge (slomo)
committed Details | Review

Description Sebastian Dröge (slomo) 2008-02-12 10:38:02 UTC
Hi,
dshowdecwrapper currently does not chain up the dispose functions properly. Attached patch fixes this.
Comment 1 Sebastian Dröge (slomo) 2008-02-12 10:38:20 UTC
Created attachment 105024 [details] [review]
dshowdecwrapper.diff
Comment 2 Sebastian Dröge (slomo) 2008-02-12 11:08:27 UTC
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.