Comment 1 for bug 1928210

Revision history for this message
sezanzeb (sezanzeb) wrote :

I'm not observing fds that are not being closed in /proc. As soundconverter finishes off its running tasks the number of open fds there is being reduced on my system. Is that the case for you as well?

I also think closing and opening files would be gstreamers job, since soundconverter is really just creating pipelines for gstreamer to execute.

The error might originate from here: https://github.com/kassoulet/soundconverter/blob/py3k/soundconverter/gstreamer/converter.py#L545 which stops the whole pipeline. Maybe soundconverter should continue converting and ignore that error?