[Gstreamer-bugs] [Bug 109808] New - gst_scheduler_factory_create() doesn't reference the passed element

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Wed Apr 2 11:46:43 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=109808

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

--- shadow/109808	Wed Apr  2 14:46:43 2003
+++ shadow/109808.tmp.22442	Wed Apr  2 14:46:43 2003
@@ -0,0 +1,33 @@
+Bug#: 109808
+Product: GStreamer
+Version: cvs
+OS: other
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: normal
+Priority: Normal
+Component: gstreamer (core)
+AssignedTo: gstreamer-maint at bugzilla.gnome.org                            
+ReportedBy: MHL.Schulze at t-online.de               
+QAContact: gstreamer-maint at bugzilla.gnome.org
+TargetMilestone: 0.6.x
+URL: 
+Summary: gst_scheduler_factory_create() doesn't reference the passed element
+
+gst_scheduler_factory_create() uses:
+
+  GST_ELEMENT_SCHED (parent) = sched;
+
+to set the scheduler of the passed element. I think it should use:
+
+  gst_element_set_scheduler(sched)
+
+instead so that sched "gets" referenced by the "parent" element. Or should
+it read: 
+
+  gst_scheduler_add_element(sched, parent)
+
+?
+
+I can commit the fix myself. Just let me know.





More information about the Gstreamer-bugs mailing list