Comment 7 for bug 263889

Revision history for this message
GautierPortet (kassoulet) wrote :

You can fix the problem by editing soundconverter.py:

@@ -1097,7 +1095,7 @@ class TagReader(Decoder):
    pass

  def work(self):
- if not self.pipeline:
+ if not self.pipeline or self.eos:
    return False