* morituri/common/checksum.py:
* morituri/common/common.py: * morituri/common/encode.py: * morituri/image/image.py: * morituri/test/test_common_encode.py: Moved quoteParse.
This commit is contained in:
@@ -161,7 +161,7 @@ class AudioLengthTask(gstreamer.GstPipelineTask):
|
||||
filesrc location="%s" !
|
||||
decodebin ! audio/x-raw-int !
|
||||
fakesink name=sink''' % \
|
||||
common.quoteParse(self._path).encode('utf-8')
|
||||
gstreamer.quoteParse(self._path).encode('utf-8')
|
||||
|
||||
def paused(self):
|
||||
self.debug('query duration')
|
||||
|
||||
Reference in New Issue
Block a user