[Gstreamer-bugs] [Bug 118085] New - gst_init_check doesn't fully initialise GStreamer when it finds an option it doesn't recognise

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Tue Jul 22 15:09:38 PDT 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=118085

Changed by bugs at prettypeople.org.

--- shadow/118085	Tue Jul 22 18:09:37 2003
+++ shadow/118085.tmp.31397	Tue Jul 22 18:09:37 2003
@@ -0,0 +1,86 @@
+Bug#: 118085
+Product: GStreamer
+Version: HEAD CVS
+OS: Linux
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: major
+Priority: Normal
+Component: gstreamer (core)
+AssignedTo: gstreamer-maint at bugzilla.gnome.org                            
+ReportedBy: bugs at prettypeople.org               
+QAContact: gstreamer-maint at bugzilla.gnome.org
+TargetMilestone: HEAD
+URL: 
+Summary: gst_init_check doesn't fully initialise GStreamer when it finds an option it doesn't recognise
+
+When using gst_init_check and passing an option that GStreamer doesn't know
+about, many weird and wonderful errors are presented, and then the
+application crashes. It looks like they are deep GStreamer problems (like
+the registery hasn't been loaded or something)
+
+[iain at discomachinegun marlin]$ src/marlin --sync
+Error on option --sync: unknown option.
+Run 'lt-marlin --help' to see a full list of available command line options.
+Opening /tmp/untitled.3ObAFC
+Opening /tmp/untitled.DlMYzo
+ 
+(lt-marlin:5644): GLib-GObject-WARNING **: invalid (NULL) pointer instance
+ 
+(lt-marlin:5644): GLib-GObject-CRITICAL **: file gsignal.c: line 1604
+(g_signal_connect_data): assertion `G_TYPE_CHECK_INSTANCE (instance)' failed
+ 
+** (lt-marlin:5644): WARNING **: Specified empty bin "bin", not allowed
+ 
+** (lt-marlin:5644): WARNING **: Unrecoverable syntax error while parsing
+pipeline
+DEBUG: gstgconf: error parsing pipeline osssink
+No element "osssink"
+ 
+** (lt-marlin:5644): WARNING **: No GConf default audio sink key and
+osssink doesn't work
+ 
+(lt-marlin:5644): GLib-GObject-WARNING **: invalid (NULL) pointer instance
+ 
+(lt-marlin:5644): GLib-GObject-CRITICAL **: file gsignal.c: line 1604
+(g_signal_connect_data): assertion `G_TYPE_CHECK_INSTANCE (instance)' failed
+ 
+(lt-marlin:5644): GLib-GObject-CRITICAL **: file gtype.c: line 1901
+(g_type_register_static): assertion `parent_type > 0' failed
+ 
+(lt-marlin:5644): GLib-GObject-CRITICAL **: file gobject.c: line 751
+(g_object_new): assertion `G_TYPE_IS_OBJECT (object_type)' failed
+ 
+(lt-marlin:5644): GStreamer-CRITICAL **: file gstobject.c: line 464
+(gst_object_set_name): assertion `object != NULL' failed
+ 
+(lt-marlin:5644): GStreamer-CRITICAL **: file gstobject.c: line 464
+(gst_object_set_name): assertion `object != NULL' failed
+ 
+(lt-marlin:5644): GLib-GObject-WARNING **: invalid (NULL) pointer instance
+ 
+(lt-marlin:5644): GLib-GObject-CRITICAL **: file gsignal.c: line 1604
+(g_signal_connect_data): assertion `G_TYPE_CHECK_INSTANCE (instance)' failed
+ 
+(lt-marlin:5644): GStreamer-CRITICAL **: file gstbin.c: line 458 (gst_bin_add):
+assertion `GST_IS_BIN (bin)' failed
+ 
+(lt-marlin:5644): GStreamer-CRITICAL **: file gstbin.c: line 458 (gst_bin_add):
+assertion `GST_IS_BIN (bin)' failed
+ 
+(lt-marlin:5644): GStreamer-CRITICAL **: file gstbin.c: line 458 (gst_bin_add):
+assertion `GST_IS_BIN (bin)' failed
+ 
+(lt-marlin:5644): GStreamer-CRITICAL **: file gstelement.c: line 1434
+(gst_element_link_pads_filtered): assertion `GST_IS_ELEMENT (src)' failed
+ 
+(lt-marlin:5644): GLib-GObject-CRITICAL **: file gobject.c: line 1220
+(g_object_set): assertion `G_IS_OBJECT (object)' failed
+ 
+(lt-marlin:5644): GStreamer-CRITICAL **: file gstelement.c: line 1020
+(gst_element_get_pad): assertion `element != NULL' failed
+ 
+libmarlin-ERROR **: file marlin-play-pipeline.c: line 116
+(connect_pipeline): assertion failed: (srcpad != NULL)
+aborting...




More information about the Gstreamer-bugs mailing list