]> git.parisson.com Git - timeside.git/commitdiff
timeside/decoder/file.py: fix typo
authorPaul Brossier <piem@piem.org>
Mon, 3 Feb 2014 15:39:35 +0000 (12:39 -0300)
committerPaul Brossier <piem@piem.org>
Mon, 3 Feb 2014 15:39:35 +0000 (12:39 -0300)
timeside/decoder/file.py

index 131c2df4e8240c4124f86429a7a10c36527b2f9a..ab05b81b0c35c7916268d61e174d39d7d6dc6e63 100644 (file)
@@ -126,7 +126,7 @@ class FileDecoder(Decoder):
                                        uri_duration = np.int64(round(self.uri_duration * gst.SECOND)))
                                        # convert uri_start and uri_duration to nanoseconds
         else:
-            # Create the pipe with standard Gstreamer uridecodbin
+            # Create the pipe with standard Gstreamer uridecodebin
             self.pipe = ''' uridecodebin name=src uri={uri}
                            ! audioconvert name=audioconvert
                            ! audioresample