finch/gntsound.c

changeset 22568
1385c5f4a0b7
parent 22340
5a20c8e2a79e
child 22942
2bf494f8e2a4
equal deleted inserted replaced
22566:00bebcb5eb3d 22568:1385c5f4a0b7
356 purple_prefs_trigger_callback(FINCH_PREFS_ROOT "/sound/actprofile"); 356 purple_prefs_trigger_callback(FINCH_PREFS_ROOT "/sound/actprofile");
357 357
358 358
359 #ifdef USE_GSTREAMER 359 #ifdef USE_GSTREAMER
360 purple_debug_info("sound", "Initializing sound output drivers.\n"); 360 purple_debug_info("sound", "Initializing sound output drivers.\n");
361 #if (GST_VERSION_MAJOR > 0 || \
362 (GST_VERSION_MAJOR == 0 && GST_VERSION_MINOR > 10) || \
363 (GST_VERSION_MAJOR == 0 && GST_VERSION_MINOR == 10 && GST_VERSION_MICRO >= 10))
364 gst_registry_fork_set_enabled(FALSE);
365 #endif
361 if ((gst_init_failed = !gst_init_check(NULL, NULL, &error))) { 366 if ((gst_init_failed = !gst_init_check(NULL, NULL, &error))) {
362 purple_notify_error(NULL, _("GStreamer Failure"), 367 purple_notify_error(NULL, _("GStreamer Failure"),
363 _("GStreamer failed to initialize."), 368 _("GStreamer failed to initialize."),
364 error ? error->message : ""); 369 error ? error->message : "");
365 if (error) { 370 if (error) {

mercurial