[gstreamer-bugs] [Bug 369281] Initialization assertion failed, use g_type_init prior to this function

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Fri Nov 3 01:09:12 PST 2006


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=369281

  GStreamer | gstreamer (core) | Ver: 0.10.10


Tim-Philipp Müller changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEEDINFO




------- Comment #3 from Tim-Philipp Müller  2006-11-03 09:08 UTC -------
> I have tried to use only gst_init to initialize program. But, I find it always
> return FALSE when I trace it in gdb. 

gst_init() does not have a return value as far as I can see.


> And, I find there is not gst_bin_iterate definition in ver-0.10.10
> any more, which func is used to replace it ?

gst_bin_iterate() is from GStreamer-0.8. There is no replacement,
pipelines/bins iterate themselves now in threads of their own when set to
PAUSED/PLAYING state.



Maybe you could create a debug log with something like

  $ GST_DEBUG=*:5 ./mp3player foo.mp3 2>dbg.log
  $ gzip dbg.log

and then attach the dbg.log.gz file.


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email




More information about the Gstreamer-bugs mailing list