finch/gntsound.c

changeset 40432
96340aff0523
parent 40359
ca141ea93b83
child 40443
025772e2b454
--- a/finch/gntsound.c	Fri May 22 01:13:41 2020 +0000
+++ b/finch/gntsound.c	Sat Jun 06 02:37:50 2020 -0500
@@ -513,11 +513,7 @@
 	if (gst_init_failed)  /* Perhaps do beep instead? */
 		return;
 	if (purple_strequal(method, "automatic")) {
-		if (purple_running_gnome()) {
-			sink = gst_element_factory_make("gconfaudiosink", "sink");
-		}
-		if (!sink)
-			sink = gst_element_factory_make("autoaudiosink", "sink");
+		sink = gst_element_factory_make("autoaudiosink", "sink");
 		if (!sink) {
 			purple_debug_error("sound", "Unable to create GStreamer audiosink.\n");
 			return;

mercurial