Commit 8c5670d2 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

libvlc: Fix media_player stop.

parent a87c0c15
...@@ -97,6 +97,7 @@ static void release_input_thread( libvlc_media_player_t *p_mi ) ...@@ -97,6 +97,7 @@ static void release_input_thread( libvlc_media_player_t *p_mi )
/* We owned this one */ /* We owned this one */
input_StopThread( p_input_thread ); input_StopThread( p_input_thread );
vlc_thread_join( p_input_thread );
var_Destroy( p_input_thread, "drawable" ); var_Destroy( p_input_thread, "drawable" );
} }
......
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