From: Paul Brossier Date: Mon, 3 Feb 2014 15:39:35 +0000 (-0300) Subject: timeside/decoder/file.py: fix typo X-Git-Tag: 0.5.4~15^2~1 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=aabab0cd1c35fbed93c3ac3f7382ed99b1057f3e;p=timeside.git timeside/decoder/file.py: fix typo --- diff --git a/timeside/decoder/file.py b/timeside/decoder/file.py index 131c2df..ab05b81 100644 --- a/timeside/decoder/file.py +++ b/timeside/decoder/file.py @@ -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