Commit 43075bdb authored by Christophe Massiot's avatar Christophe Massiot

* modules/stream_out/bridge.c: Fixed the bug of disappearance of audio.

parent 28ef536f
......@@ -286,6 +286,8 @@ static int DelOut( sout_stream_t *p_stream, sout_stream_id_t *id )
p_es->b_changed = VLC_TRUE;
vlc_mutex_unlock( p_sys->p_lock );
p_sys->b_inited = VLC_FALSE;
return VLC_SUCCESS;
}
......
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