[ekiga] Fixed the garbled image problem in the gstreamer video input code
- From: Julien Puydt <jpuydt src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ekiga] Fixed the garbled image problem in the gstreamer video input code
- Date: Wed, 26 Sep 2012 20:07:56 +0000 (UTC)
commit ff939073e185b5c8939a990f989fb6c18ab6f9c5
Author: Julien Puydt <jpuydt free fr>
Date: Wed Sep 26 22:07:43 2012 +0200
Fixed the garbled image problem in the gstreamer video input code
plugins/gstreamer/gst-videoinput.cpp | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/plugins/gstreamer/gst-videoinput.cpp b/plugins/gstreamer/gst-videoinput.cpp
index 2754f74..b277f36 100644
--- a/plugins/gstreamer/gst-videoinput.cpp
+++ b/plugins/gstreamer/gst-videoinput.cpp
@@ -123,6 +123,11 @@ GST::VideoInputManager::open (unsigned width,
Ekiga::VideoInputSettings settings;
settings.modifyable = false;
+ current_state.opened = true;
+ current_state.width = width;
+ current_state.height = height;
+ current_state.fps = fps;
+
Ekiga::Runtime::run_in_main (boost::bind (boost::ref (device_opened), current_state.device, settings));
return true;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]