ekiga r7438 - trunk/lib/engine/components/gstreamer



Author: jpuydt
Date: Sat Dec  6 14:21:00 2008
New Revision: 7438
URL: http://svn.gnome.org/viewvc/ekiga?rev=7438&view=rev

Log:
Partial fix for bug #561043

Modified:
   trunk/lib/engine/components/gstreamer/gst-videoinput.cpp

Modified: trunk/lib/engine/components/gstreamer/gst-videoinput.cpp
==============================================================================
--- trunk/lib/engine/components/gstreamer/gst-videoinput.cpp	(original)
+++ trunk/lib/engine/components/gstreamer/gst-videoinput.cpp	Sat Dec  6 14:21:00 2008
@@ -367,10 +367,13 @@
   ximage = gst_element_factory_make ("ximagesrc", "ximagesrcpresencetest");
 
   if (goom != NULL && audiotest != NULL && ffmpeg != NULL)
-    devices_by_name[std::pair<std::string,std::string>(_("Crazy"), _("Goom"))] = "audiotestsrc ! goom ! ffmpegcolorspace";
+    devices_by_name[std::pair<std::string,std::string>(_("Crazy"), "Goom")] = "audiotestsrc ! goom ! ffmpegcolorspace";
 
-  if (ximage != NULL && ffmpeg != NULL)
+  if (ximage != NULL && ffmpeg != NULL) {
+
+    /* Translators: "Screencast" means the video input device will be your screen -- the other end will see your desktop */
     devices_by_name[std::pair<std::string,std::string>(_("Crazy"),_("Screencast"))] = "ximagesrc ! videoscale ! ffmpegcolorspace";
+  }
 
   if (goom != NULL)
     gst_object_unref (goom);



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