debug fix

This commit is contained in:
Thomas Vander Stichele
2009-05-03 09:53:36 +00:00
parent 076644b879
commit 881019b844

View File

@@ -145,7 +145,7 @@ class AudioLengthTask(task.Task):
if format == gst.FORMAT_BYTES:
self.debug('query returned in BYTES format')
length /= 4
self.debug('total length: %d', length)
self.debug('total length of %s in samples: %d', self._path, length)
self.length = length
self._pipeline.set_state(gst.STATE_NULL)