Commit 2ff00958 authored by Rafaël Carré's avatar Rafaël Carré

Avoid deadlocking: refs #1566

parent 8d583016
......@@ -912,7 +912,7 @@ static int StateChange( vlc_object_t *p_this, const char* psz_var,
if( p_intf->b_dead )
return VLC_SUCCESS;
UpdateCaps( p_intf, false );
UpdateCaps( p_intf, true );
if( !p_sys->b_meta_read && newval.i_int == PLAYING_S )
{
......
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