[ekiga] gstreamer: the pulsesink is already able to act as a volume



commit 248169ac5f38db44536aae20fa5bd8ab32ddde7e
Author: Julien Puydt <jpuydt free fr>
Date:   Sun Sep 30 12:49:56 2012 +0200

    gstreamer: the pulsesink is already able to act as a volume

 plugins/gstreamer/gst-audiooutput.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/gstreamer/gst-audiooutput.cpp b/plugins/gstreamer/gst-audiooutput.cpp
index 6c57ecb..e0ba71a 100644
--- a/plugins/gstreamer/gst-audiooutput.cpp
+++ b/plugins/gstreamer/gst-audiooutput.cpp
@@ -303,7 +303,7 @@ GST::AudioOutputManager::detect_pulsesink_devices ()
 	device = g_value_array_get_nth (array, index);
 	g_object_set_property (G_OBJECT (elt), "device", device);
 	g_object_get (G_OBJECT (elt), "device-name", &name, NULL);
-	descr = g_strdup_printf ("volume name=ekiga_volume ! pulsesink device=%s",
+	descr = g_strdup_printf ("pulsesink sync=false name=ekiga_volume device=%s",
 				 g_value_get_string (device));
 
 	if (name != 0) {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]