[Gstreamer-bugs] [Bug 137279] New - [patch] dispose/finalize functions for gst core elements

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Mon Mar 15 11:10:26 PST 2004


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=137279

Changed by t.i.m at zen.co.uk.

--- shadow/137279	Mon Mar 15 14:10:26 2004
+++ shadow/137279.tmp.21971	Mon Mar 15 14:10:26 2004
@@ -0,0 +1,31 @@
+Bug#: 137279
+Product: GStreamer
+Version: HEAD CVS
+OS: Linux
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: minor
+Priority: Normal
+Component: gstreamer (core)
+AssignedTo: gstreamer-maint at bugzilla.gnome.org                            
+ReportedBy: t.i.m at zen.co.uk               
+QAContact: gstreamer-maint at bugzilla.gnome.org
+TargetMilestone: HEAD
+URL: 
+Summary: [patch] dispose/finalize functions for gst core elements 
+
+Hi, 
+ 
+various elements don't clean up properly after themselves, others do 
+clean up, but don't take into account that GObject::dispose may be called 
+multiple times (as opposed to ::finalize). 
+ 
+Attached a patch that adds/fixes dispose/finalize functions where 
+appropriate (and also does various other minor cleanups). 
+ 
+Most of the code is not tested due to the somewhat specialised nature of 
+most of the affected elements. 
+ 
+Cheers 
+-Tim




More information about the Gstreamer-bugs mailing list