[gstreamer-bugs] [Bug 436756] Intermitent, though regular, gstreamer crashes in Pidgin

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Sat May 12 12:12:46 PDT 2007


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=436756

  GStreamer | don't know | Ver: HEAD CVS




------- Comment #12 from Sean Egan  2007-05-12 19:12 UTC -------
The way Luke's preferences are set, the above code will call:

gst_element_factory_make("autoaudiosink", "sink");

This function is guaranteed to be called from only one thread, as Pidgin is not
multi-threaded. If it's possible that autoaudiosink creates the actual audio
sinks from different threads and has the same thread safety problems you
mention, we can try having Luke run it with a 'safer' sink and see if that's
where the problem is.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=436756.




More information about the Gstreamer-bugs mailing list