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

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Thu Nov 7 11:01:15 PST 2002


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	Thu Nov  7 14:01:15 2002
+++ shadow/97948.tmp.27677	Thu Nov  7 14:01:15 2002
@@ -0,0 +1,42 @@
+Bug#: 97948
+Product: GStreamer
+Version: cvs
+OS: Linux
+OS Details: Linux RedHat 8.0
+Status: NEW   
+Resolution: 
+Severity: normal
+Priority: Normal
+Component: gst-plugins
+AssignedTo: gstreamer-maint at bugzilla.gnome.org                            
+ReportedBy: julien at moutte.net               
+QAContact: gstreamer-maint at bugzilla.gnome.org
+TargetMilestone: 0.4.0
+URL: 
+Summary: libgstplay : GstPlay can not be unrefed with g_object_unref
+
+I tried something like this :
+
+void destroy_play (GstPlay * play) {
+
+g_return_val_if_fail (GST_IS_PLAY(play), FALSE);
+
+g_object_unref (play);
+
+return;
+
+}
+
+It throws a lot of errors like :
+
+GLib-GObject-WARNING **: invalid uninstantiatable type `(null)' in cast to
+`GObject'
+
+GLib-GObject-WARNING **: instance of invalid non-instantiatable type
+`<invalid>'
+
+GLib-GObject-CRITICAL **: file gsignal.c: line 2036 (g_signal_emit_valist):
+assertion `G_TYPE_CHECK_INSTANCE (instance)' failed
+
+Please help :) I need to be able to destroy GstPlay objects or 1GB RAM
+won't be enough to run my app





More information about the Gstreamer-bugs mailing list