[gstreamer-bugs] [Bug 640771] amarok doesn't start with new phonon gstreamer

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Jan 28 04:10:30 PST 2011


https://bugzilla.gnome.org/show_bug.cgi?id=640771
  GStreamer | gstreamer (core) | 0.10.x

--- Comment #6 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2011-01-28 12:10:28 UTC ---
The stack trace and logs in https://bugs.kde.org/show_bug.cgi?id=264428
indicate that the warning is triggered by this code in _gst_debug_init():

  /* we need to use the publicly visible address, so that one could remove it
by
   * the same address */
  {
    GModule *module = g_module_open (NULL, 0);
    gpointer ptr;

    g_module_symbol (module, "gst_debug_log_default", &ptr);
    gst_debug_add_log_function (ptr, NULL);
    g_module_close (module);
  }

We need to get rid of all that and solve this properly.


biasquez: what is the output of:

  $ printenv | grep G_DEBUG

on your system? Does amarok start like this:

  $ G_DEBUG=  amarok

?

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.



More information about the Gstreamer-bugs mailing list