[SCM] morituri/master: publicize path

js at users.alioth.debian.org js at users.alioth.debian.org
Sun Oct 19 20:08:50 UTC 2014


The following commit has been merged in the master branch:
commit 96c0a92cddda9dd5ec57b461fe79b7b5dfb15f67
Author: Thomas Vander Stichele <thomas (at) apestaart (dot) org>
Date:   Fri May 1 12:30:27 2009 +0000

    publicize path

diff --git a/morituri/common/checksum.py b/morituri/common/checksum.py
index 86a5b66..ed78da9 100644
--- a/morituri/common/checksum.py
+++ b/morituri/common/checksum.py
@@ -273,7 +273,7 @@ class TRMTask(task.Task):
         if not os.path.exists(path):
             raise IndexError, '%s does not exist' % path
 
-        self._path = path
+        self.path = path
         self._trm = None
         self._pipeline = None
         self._bus = None
@@ -284,7 +284,7 @@ class TRMTask(task.Task):
             filesrc location="%s" !
             decodebin ! audioconvert ! audio/x-raw-int !
             trm name=trm !
-            appsink name=sink sync=False emit-signals=True''' % self._path)
+            appsink name=sink sync=False emit-signals=True''' % self.path)
         self._bus = self._pipeline.get_bus()
         self._bus.add_signal_watch()
         self._bus.connect('message::eos', self._bus_eos_cb)

-- 
morituri packaging



More information about the pkg-multimedia-commits mailing list