[pitivi/ges] mainwindow: Notify the viewer when render finishes



commit c7358a34bb2ae1c2d861520557a987d08149068b
Author: Jean-FranÃois Fortin Tam <nekohayo gmail com>
Date:   Sat Apr 28 00:43:07 2012 -0400

    mainwindow: Notify the viewer when render finishes

 pitivi/mainwindow.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/pitivi/mainwindow.py b/pitivi/mainwindow.py
index 135449c..7ec9fc1 100644
--- a/pitivi/mainwindow.py
+++ b/pitivi/mainwindow.py
@@ -1126,6 +1126,7 @@ class PitiviMainWindow(gtk.Window, Loggable):
             # Playback reached the end of the timeline. Pause the pipeline
             # to prevent playback from resuming when the user seeks somewhere.
             self.app.current.pipeline.set_state(gst.STATE_PAUSED)
+            self.viewer.pipelineStateChanged(gst.STATE_PAUSED)
         elif message.type == gst.MESSAGE_STATE_CHANGED:
             prev, new, pending = message.parse_state_changed()
             if message.src == self._project_pipeline:



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