]> git.sesse.net Git - vlc/commitdiff
Avoid deadlocking: refs #1566
authorRafaël Carré <funman@videolan.org>
Mon, 5 May 2008 20:00:34 +0000 (22:00 +0200)
committerRafaël Carré <funman@videolan.org>
Mon, 5 May 2008 20:00:34 +0000 (22:00 +0200)
modules/control/dbus.c

index 43ee28b05e9cdbf8b3baf682d7663ab4f5904a19..481d6151d018c151a7cf2b68c32f08859b611de1 100644 (file)
@@ -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 )
     {