[ekiga] Made it possible to save the stream gotten by gstreamer audiooutput in a file



commit aaad0b33a2588b5b3e9e2f17a0c7e8c92bd6d59d
Author: Julien Puydt <jpuydt newton localdomain>
Date:   Wed Feb 1 20:32:47 2012 +0100

    Made it possible to save the stream gotten by gstreamer audiooutput in a file
    
    This should make it easier to help me :-(

 plugins/gstreamer/gst-audiooutput.cpp |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/plugins/gstreamer/gst-audiooutput.cpp b/plugins/gstreamer/gst-audiooutput.cpp
index f577dd4..6c57ecb 100644
--- a/plugins/gstreamer/gst-audiooutput.cpp
+++ b/plugins/gstreamer/gst-audiooutput.cpp
@@ -207,7 +207,8 @@ GST::AudioOutputManager::detect_devices ()
   detect_alsasink_devices ();
   detect_pulsesink_devices ();
   detect_sdlsink_devices ();
-  devices_by_name[std::pair<std::string,std::string>("FILE","/tmp/sound.wav")] = "volume name=ekiga_volume ! filesink location=/tmp/sound.wav";
+  devices_by_name[std::pair<std::string,std::string>("FILE","event")] = "volume name=ekiga_volume ! filesink location=/tmp/event";
+  devices_by_name[std::pair<std::string,std::string>("FILE","in_a_call")] = "volume name=ekiga_volume ! filesink location=/tmp/in_a_call";
 }
 
 void



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