diff pidgin/gtksound.c @ 22484:5c216e2c5405

Revert the dependency on gstreamer-0.10 >= 0.10.10, falling back to the SIGALRM hack on gstreamers which can't disable forking. This should keep both Alver and Stu happy in their respective stone-ages.
author Will Thompson <will.thompson@collabora.co.uk>
date Mon, 17 Mar 2008 13:38:34 +0000
parents eab5bc54e163
children cc8903c59d6b
line wrap: on
line diff
--- a/pidgin/gtksound.c	Mon Mar 17 06:14:38 2008 +0000
+++ b/pidgin/gtksound.c	Mon Mar 17 13:38:34 2008 +0000
@@ -302,7 +302,9 @@
 
 #ifdef USE_GSTREAMER
 	purple_debug_info("sound", "Initializing sound output drivers.\n");
+#ifdef GST_CAN_DISABLE_FORKING
 	gst_registry_fork_set_enabled (FALSE);
+#endif
 	if ((gst_init_failed = !gst_init_check(NULL, NULL, &error))) {
 		purple_notify_error(NULL, _("GStreamer Failure"),
 					_("GStreamer failed to initialize."),