From aabab0cd1c35fbed93c3ac3f7382ed99b1057f3e Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Mon, 3 Feb 2014 12:39:35 -0300 Subject: [PATCH] timeside/decoder/file.py: fix typo --- timeside/decoder/file.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5