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

new API

parent a9c7d811
...@@ -1495,7 +1495,7 @@ static int EsOutControl( es_out_t *out, int i_query, va_list args ) ...@@ -1495,7 +1495,7 @@ static int EsOutControl( es_out_t *out, int i_query, va_list args )
playlist_t * p_playlist = pl_Yield( p_sys->p_input ); playlist_t * p_playlist = pl_Yield( p_sys->p_input );
PL_LOCK; PL_LOCK;
p_playlist->gc_date = mdate(); p_playlist->gc_date = mdate();
vlc_cond_signal( &p_playlist->object_wait ); vlc_object_signal_unlocked( p_playlist );
PL_UNLOCK; PL_UNLOCK;
pl_Release( p_playlist ); pl_Release( p_playlist );
} }
......
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