[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
Mon Jan 6 12:12:38 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 julien at moutte.net.

--- shadow/97948	Sun Jan  5 11:59:45 2003
+++ shadow/97948.tmp.3241	Mon Jan  6 15:12:38 2003
@@ -1,12 +1,12 @@
 Bug#: 97948
 Product: GStreamer
 Version: cvs
 OS: Linux
 OS Details: Linux RedHat 8.0
-Status: NEEDINFO   
+Status: REOPENED   
 Resolution: 
 Severity: normal
 Priority: Normal
 Component: gst-plugins
 AssignedTo: steve at stevebaker.org                            
 ReportedBy: julien at moutte.net               
@@ -54,6 +54,23 @@
 
 
 ------- 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.
+
+------- Additional Comments From julien at moutte.net  2003-01-06 15:12 -------
+So...
+
+GstPlay inherits from a GObject... the g_object_unref function works
+as expected the problem is somewherelse...
+
+Indeed when unrefing the GstPlay object a SIGSEGV is raised from a
+timetick function trying to access the GstPlay. The uninstantiable
+type errors are coming from this unrefed object that the timetick
+function tries to access..
+
+I'll try to figure out how the unrefing function could destroy the
+threads that might be running which will try to access the GstPlay
+object later...
+
+Any help appreciated





More information about the Gstreamer-bugs mailing list