[Gstreamer-bugs] [Bug 97948] Changed - libgstplay : GstPlay can not be unrefed with g_object_unref

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Sun Jan 5 08:59:45 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=97948

Changed by thomas at urgent.rug.ac.be.

--- shadow/97948	Sat Dec  7 14:23:13 2002
+++ shadow/97948.tmp.19520	Sun Jan  5 11:59:45 2003
@@ -1,12 +1,12 @@
 Bug#: 97948
 Product: GStreamer
 Version: cvs
 OS: Linux
 OS Details: Linux RedHat 8.0
-Status: NEW   
+Status: NEEDINFO   
 Resolution: 
 Severity: normal
 Priority: Normal
 Component: gst-plugins
 AssignedTo: steve at stevebaker.org                            
 ReportedBy: julien at moutte.net               
@@ -49,6 +49,11 @@
 object type ? Have you tried g_object_unref (G_OBJECT (play)); ?
 
 2. Is play a GObject or GstObject ? I would suggest using
 gst_object_unref (GST_OBJECT (play)); if this object is in the
 GStreamer object hierarchy. Also, use a cast here as well.
 
+
+------- Additional Comments From thomas at urgent.rug.ac.be  2003-01-05 11:59 -------
+I'd also suggest to not unref in the callback, but set a boolean and
+unref in an idler or something.
+Please reply to leif's suggestion as well, otherwise we'll close the bug.





More information about the Gstreamer-bugs mailing list