Commit 5a0c690f authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

PulseAudio: remove incorrect corking assertion

It can fail in rare circumstances such as context failures (in other
words, PulseAudio daemon crash or exit).
parent 2f2d6f4d
......@@ -254,7 +254,6 @@ static void stream_resync(audio_output_t *aout, pa_stream *s)
aout_sys_t *sys = aout->sys;
mtime_t delta;
assert (pa_stream_is_corked(s) > 0);
assert (sys->pts != VLC_TS_INVALID);
delta = vlc_pa_get_latency(aout, sys->context, 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