ekiga r7088 - in trunk: . lib/engine/components/gstreamer



Author: jpuydt
Date: Wed Sep 24 17:45:03 2008
New Revision: 7088
URL: http://svn.gnome.org/viewvc/ekiga?rev=7088&view=rev

Log:
Fixed bug #553451.

Modified:
   trunk/ChangeLog
   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	Wed Sep 24 17:45:03 2008
@@ -137,6 +137,9 @@
       result = false;
     } else {
 
+      Ekiga::VideoInputSettings settings;
+      settings.modifyable = false;
+      device_opened.emit (current_state.device, settings);
       result = true;
     }
   } else {
@@ -156,6 +159,7 @@
 {
   if (pipeline != NULL) {
 
+    device_closed.emit (current_state.device);
     g_object_unref (pipeline);
     pipeline = NULL;
   }



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