Commit c0e36ecd authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

missing wakeup

parent 1c963efd
......@@ -327,6 +327,7 @@ static void DecoderClose( vlc_object_t *p_this )
vlc_mutex_lock( &p_sys->lock );
p_sys->ready = false;
vlc_cond_signal( &p_sys->wait_input );
vlc_mutex_unlock( &p_sys->lock );
vlc_join( p_sys->thread, NULL );
......
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