Commit a2504b8e authored by Anton Baskanov's avatar Anton Baskanov Committed by Alexandre Julliard

quartz/dsoundrender: Don't reset EOS on paused->running state transition.

parent 82b86d47
......@@ -605,10 +605,7 @@ static HRESULT dsound_render_start_stream(struct strmbase_filter *iface, REFEREN
SetEvent(filter->state_event);
if (filter->sink.pin.peer)
{
filter->eos = FALSE;
IDirectSoundBuffer_Play(filter->dsbuffer, 0, 0, DSBPLAY_LOOPING);
}
return S_OK;
}
......
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