Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/model.py
diff options
context:
space:
mode:
authorDaniel Drake <dsd@laptop.org>2008-08-29 20:18:43 (GMT)
committer Daniel Drake <dsd@laptop.org>2008-08-29 20:21:42 (GMT)
commit98ed566b2fd946ad23de3aa047ee355c92c200a8 (patch)
tree723eefa122959cb183cdc46783ed97e75040d256 /model.py
parent56a0c98b10dfa3bfcf788d9b3d6d0f5fe6ac5dd2 (diff)
Revert pipeline rework
Revert to the old pipeline, which at least works 100% with the old gstreamer versions that we are now shipping.
Diffstat (limited to 'model.py')
-rw-r--r--model.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/model.py b/model.py
index 15c4553..c9f2a90 100644
--- a/model.py
+++ b/model.py
@@ -297,6 +297,7 @@ class Model:
#resume live video from the camera (if the activity is active)
if (self.ca.ui.ACTIVE):
self.ca.ui.updateVideoComponents()
+ self.ca.glive.play()
self.ca.ui.progressWindow.updateProgress( 0, "" )
self.setRecording( False )
@@ -456,4 +457,4 @@ class Model:
self.MODE = Constants.MODE_AUDIO
self.setUpdating(True)
- gobject.idle_add( self.setupMode, self.MODE, True )
+ gobject.idle_add( self.setupMode, self.MODE, True ) \ No newline at end of file