[Gstreamer-bugs] [Bug 94464] Changed - gst_scheduler_add_scheduler() doesn't ref passed scheduler

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Wed Apr 2 11:28:33 PST 2003


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=94464

Changed by mhl.schulze at t-online.de.

--- shadow/94464	Fri Jan 17 15:00:46 2003
+++ shadow/94464.tmp.12289	Wed Apr  2 14:28:33 2003
@@ -1,13 +1,13 @@
 Bug#: 94464
 Product: GStreamer
 Version: 0.4.1
 OS: Linux
 OS Details: 
-Status: RESOLVED   
-Resolution: FIXED
+Status: REOPENED   
+Resolution: 
 Severity: major
 Priority: Normal
 Component: gstreamer (core)
 AssignedTo: wim.taymans at chello.be                            
 ReportedBy: chrisime at gnome.org               
 QAContact: gstreamer-maint at bugzilla.gnome.org
@@ -18,6 +18,17 @@
 gst_scheduler_add_scheduler() doesn't ref the passed GstScheduler which
 makes life hard for people who want to write a wrapper and will lead to
 inconsistencies in Gstreamer.
 
 ------- Additional Comments From wim.taymans at chello.be  2003-01-17 15:00 -------
 fixed in CVS
+
+------- Additional Comments From MHL.Schulze at t-online.de  2003-04-02 14:28 -------
+Hm, it seems like you added a circular reference in
+gst_scheduler_add_scheduler(GstScheduler *sched, GstScheduler
+*sched2). In current cvs the affected lines read:
+
+  gst_object_ref (GST_OBJECT (sched2));
+  gst_object_ref (GST_OBJECT (sched));
+
+Did you do this on purpose? The second line seems superfluous.
+





More information about the Gstreamer-bugs mailing list