mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-05 13:29:57 -05:00
use PA_STREAM_EARLY_REQUESTS for OSS streams
This commit is contained in:
parent
79009d2235
commit
cbd8e60f6c
1 changed files with 1 additions and 1 deletions
|
|
@ -1003,7 +1003,7 @@ static int create_playback_stream(fd_info *i) {
|
|||
attr.prebuf = (uint32_t) i->fragment_size;
|
||||
attr.minreq = (uint32_t) i->fragment_size;
|
||||
|
||||
flags = PA_STREAM_INTERPOLATE_TIMING|PA_STREAM_AUTO_TIMING_UPDATE;
|
||||
flags = PA_STREAM_INTERPOLATE_TIMING|PA_STREAM_AUTO_TIMING_UPDATE|PA_STREAM_EARLY_REQUESTS;
|
||||
if (i->play_precork) {
|
||||
flags |= PA_STREAM_START_CORKED;
|
||||
debug(DEBUG_LEVEL_NORMAL, __FILE__": creating stream corked\n");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue