[Gstreamer-bugs] [Bug 91895] New - gst-editor has lots of gtk and glade warnings on startup

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Wed Aug 28 08:41:36 PDT 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=91895

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

--- shadow/91895	Wed Aug 28 11:41:35 2002
+++ shadow/91895.tmp.13436	Wed Aug 28 11:41:35 2002
@@ -0,0 +1,69 @@
+Bug#: 91895
+Product: GStreamer
+Version: cvs
+OS: Linux
+OS Details: RH73 + Ximian
+Status: NEW   
+Resolution: 
+Severity: normal
+Priority: Normal
+Component: gst-editor
+AssignedTo: wingo at pobox.com                            
+ReportedBy: thomas at urgent.rug.ac.be               
+QAContact: gstreamer-maint at bugzilla.gnome.org
+TargetMilestone: 0.4.0
+URL: 
+Summary: gst-editor has lots of gtk and glade warnings on startup
+
+here's output from a run from gst-editor
+
+
+** Message: palette visible: TRUE
+** Message: making new palette
+
+(lt-gst-editor:31787): libglade-CRITICAL **: file glade-xml.c: line 1172
+(glade_xml_build_interface): assertion `wid != NULL' failed
+
+(lt-gst-editor:31787): Gtk-CRITICAL **: file gtkwidget.c: line 1630
+(gtk_widget_show): assertion `GTK_IS_WIDGET (widget)' failed
+
+(lt-gst-editor:31787): GLib-GObject-WARNING **: invalid cast from (NULL)
+pointer to `GtkBox'
+
+(lt-gst-editor:31787): Gtk-CRITICAL **: file gtkbox.c: line 358
+(gtk_box_pack_start): assertion `GTK_IS_BOX (box)' failed
+
+(lt-gst-editor:31787): GLib-GObject-WARNING **: invalid cast from (NULL)
+pointer to `GtkBox'
+
+(lt-gst-editor:31787): Gtk-CRITICAL **: file gtkbox.c: line 358
+(gtk_box_pack_start): assertion `GTK_IS_BOX (box)' failed
+
+(lt-gst-editor:31787): GLib-GObject-WARNING **: invalid (NULL) pointer instance
+
+(lt-gst-editor:31787): GLib-GObject-CRITICAL **: file gsignal.c: line 1601
+(g_signal_connect_data): assertion `G_TYPE_CHECK_INSTANCE (instance)' failed
+
+(lt-gst-editor:31787): Gtk-CRITICAL **: file gtkwidget.c: line 1630
+(gtk_widget_show): assertion `GTK_IS_WIDGET (widget)' failed
+
+(lt-gst-editor:31787): GLib-GObject-WARNING **: invalid cast from (NULL)
+pointer to `GObject'
+
+(lt-gst-editor:31787): GLib-GObject-CRITICAL **: file gobject.c: line 987
+(g_object_set_property): assertion `G_IS_OBJECT (object)' failed
+** Message: canvas property notify
+
+(lt-gst-editor:31787): GLib-GObject-WARNING **: invalid cast from (NULL)
+pointer to `GObject'
+
+(lt-gst-editor:31787): GLib-GObject-CRITICAL **: file gobject.c: line 987
+(g_object_set_property): assertion `G_IS_OBJECT (object)' failed
+realizing element 0x81a6ee0
+
+I tried going through it, and it looks to me like, while a GstEditorCanvas
+is being created, this set of errors get thrown up.  I also noticed
+gst_editor_canvas_init is an empty function.  Is that how it's supposed to be ?
+
+These errors prevent me from trying to debug the other error I'm having,
+which is coming in the next bug report.





More information about the Gstreamer-bugs mailing list