[vlc-devel] [PATCH] fix busy loop when the input is dead
Rafaël Carré
funman at videolan.org
Thu Jan 19 17:31:34 CET 2012
Le 2012-01-18 04:20, Sébastien Escudier a écrit :
> 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).
Do you have a log of when it happens ?
> I know vlc_object_alive is marked as deprecated, but that's how the
> input MainLoop is handled.
>
> Regards,
>
> Sébastien.
More information about the vlc-devel
mailing list