[SCM] morituri/master: Document and fix comments.

js at users.alioth.debian.org js at users.alioth.debian.org
Sun Oct 19 20:10:04 UTC 2014


The following commit has been merged in the master branch:
commit 47a9481bc1b9825a659ec2ed747070b74b21b1e6
Author: Thomas Vander Stichele <thomas (at) apestaart (dot) org>
Date:   Fri May 10 22:06:04 2013 +0200

    Document and fix comments.

diff --git a/morituri/common/checksum.py b/morituri/common/checksum.py
index dea979f..d424175 100644
--- a/morituri/common/checksum.py
+++ b/morituri/common/checksum.py
@@ -209,6 +209,13 @@ class ChecksumTask(log.Loggable, gstreamer.GstPipelineTask):
     def do_checksum_buffer(self, buf, checksum):
         """
         Subclasses should implement this.
+
+        @param buf:      a byte buffer containing two 16-bit samples per
+                         channel.
+        @type  buf:      C{str}
+        @param checksum: the checksum so far, as returned by the
+                         previous call.
+        @type  checksum: C{int}
         """
         raise NotImplementedError
 
@@ -240,7 +247,7 @@ class ChecksumTask(log.Loggable, gstreamer.GstPipelineTask):
             sample = self._first + self._bytes / 4
             samplesDone = sample - self._sampleStart
             progress = float(samplesDone) / float((self._sampleLength))
-            # marshall to the main thread
+            # marshal to the main thread
             self.schedule(0, self.setProgress, progress)
 
     def _eos_cb(self, sink):

-- 
morituri packaging



More information about the pkg-multimedia-commits mailing list