Comment 12 for bug 403154

Revision history for this message
TJ (tj) wrote : Re: complex keyframes can cause the viewer to freeze inplay

It looks as if the application's sound output (read MLT: SDL) is supposed to be feeding data to the thread via a file-descriptor socket, but whilst this thread is polling the FD the thread delivering the data has stopped without telling this thread.

As I don't see this on other MLT-based apps such as kdenlive, maybe OpenShot is missing some signal handling code?