[transmageddon] Update icon creator in AUTHORS file



commit 2d27aeede26c7d67b42ef68741787f564b016a1c
Author: Christian Fredrik Kalager Schaller <uraeus linuxrising org>
Date:   Wed Jun 4 16:33:52 2014 +0200

    Update icon creator in AUTHORS file

 AUTHORS                  |    2 +-
 src/transcoder_engine.py |    1 +
 2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/AUTHORS b/AUTHORS
index 1833444..7440749 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -26,7 +26,7 @@ Filipe Gomes <filipefgomes gmail com>
 Daniel Nylander <po danielnylander se>
 
 Transmageddon Icon:
-Emily and Liam <liam fightingcrane com>
+Jacub Steiner <jimmac gnome org>
 
 Misc code taken from Pitivi and Arista
 (Pitivi) Edward HERVEY    <bilboed bilboed com>
diff --git a/src/transcoder_engine.py b/src/transcoder_engine.py
index cff954e..cda74e9 100644
--- a/src/transcoder_engine.py
+++ b/src/transcoder_engine.py
@@ -329,6 +329,7 @@ class Transcoder(GObject.GObject):
                    os.remove(self.cachefile)
                    os.remove(self.cachefile+'.mbtree')
            self.emit('got-eos')
+           self.streamdata['passcounter'] = 0
            self.pipeline.set_state(Gst.State.NULL)
        elif mtype == Gst.MessageType.APPLICATION:
            self.pipeline.set_state(Gst.State.NULL)


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