Commit cb4a2b80 authored by Clément Stenac's avatar Clément Stenac

Unlock the playlist while waiting for input to finish so that input can freely...

Unlock the playlist while waiting for input to finish so that input can freely use signal on the playlist whatever the context is (Closes:#937)
parent 11a1940b
......@@ -291,7 +291,9 @@ check_input:
else if( p_playlist->p_input->b_die )
{
PL_DEBUG( "dying input" );
PL_UNLOCK;
msleep( 25000 ); // 25 ms
PL_LOCK;
goto check_input;
}
/* This input has finished, ask it to die ! */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment