# HG changeset patch # User Sadrul Habib Chowdhury # Date 1204821945 0 # Node ID b7be2d6f96a35885dc2cae0444f889d44ad967f5 # Parent d83adbf0c92c77e15aaae3ce19b1a484c8876036 finch port of e4b22781 ('Tell gstreamer not to fork'). diff -r d83adbf0c92c -r b7be2d6f96a3 finch/gntsound.c --- a/finch/gntsound.c Thu Mar 06 15:55:39 2008 +0000 +++ b/finch/gntsound.c Thu Mar 06 16:45:45 2008 +0000 @@ -358,6 +358,11 @@ #ifdef USE_GSTREAMER purple_debug_info("sound", "Initializing sound output drivers.\n"); +#if (GST_VERSION_MAJOR > 0 || \ + (GST_VERSION_MAJOR == 0 && GST_VERSION_MINOR > 10) || \ + (GST_VERSION_MAJOR == 0 && GST_VERSION_MINOR == 10 && GST_VERSION_MICRO >= 10)) + 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."),