[ekiga] Gstreamer: added a default pulseaudio output (untranslated to avoid annoying translators)



commit ac7ed3515ef99b4aed3d9ce710641008049ea0b5
Author: Julien Puydt <jpuydt free fr>
Date:   Tue Oct 2 09:10:28 2012 +0200

    Gstreamer: added a default pulseaudio output (untranslated to avoid annoying translators)

 plugins/gstreamer/gst-audiooutput.cpp |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/plugins/gstreamer/gst-audiooutput.cpp b/plugins/gstreamer/gst-audiooutput.cpp
index b0bb1e8..d1ae875 100644
--- a/plugins/gstreamer/gst-audiooutput.cpp
+++ b/plugins/gstreamer/gst-audiooutput.cpp
@@ -320,6 +320,8 @@ GST::AudioOutputManager::detect_pulsesink_devices ()
       g_value_array_free (array);
     }
 
+    devices_by_name[std::pair<std::string,std::string>("PULSEAUDIO", "Default")] = "pulsesink name=ekiga_volume";
+
     gst_element_set_state (elt, GST_STATE_NULL);
     gst_object_unref (GST_OBJECT (elt));
   }



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