[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
Thu Nov 2 00:54:21 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 #1 from Tim-Philipp Müller  2006-11-02 08:53 UTC -------
What happens if you use gst_init() ?


You must either

 - use gst_init()

or

 - use gst_init_get_option_group() + g_option_context_add_group() (then
   gst_init() will be called automatically when you do
   g_option_context_parse()).


before creating GStreamer elements and using GStreamer types.


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




More information about the Gstreamer-bugs mailing list