changeset 16946:0cd50792a5f7

Test if this fixes gst for Luke
author Sean Egan <seanegan@gmail.com>
date Tue, 08 May 2007 17:59:56 +0000
parents 2fffd9d72b8f
children 46985e1ae76a
files pidgin/gtksound.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/pidgin/gtksound.c	Tue May 08 00:48:20 2007 +0000
+++ b/pidgin/gtksound.c	Tue May 08 17:59:56 2007 +0000
@@ -306,6 +306,8 @@
 
 #ifdef USE_GSTREAMER
 	purple_debug_info("sound", "Initializing sound output drivers.\n");
+	if (!g_thread_supported())
+		g_thread_init(NULL);
 	if ((gst_init_failed = !gst_init_check(NULL, NULL, &error))) {
 		purple_notify_error(NULL, _("GStreamer Failure"),
 					_("GStreamer failed to initialize."),