[vlc-devel] [PATCH] fix busy loop when the input is dead

Sébastien Escudier sebastien-devel at celeos.eu
Wed Jan 18 10:20:01 CET 2012


Hi,

I have a file with broken timestamps, and when I want to stop the input
thread, it busy loop because the ControlPop return an error (input is
dead) but the i_current < i_wakeup condition is never reached (far in
the future).

I know vlc_object_alive is marked as deprecated, but that's how the
input MainLoop is handled.

Regards,

Sébastien.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-fix-busy-loop-when-the-input-is-dead.patch
Type: text/x-patch
Size: 849 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20120118/e0458460/attachment.bin>


More information about the vlc-devel mailing list