mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-21 08:56:56 -05:00
update for flags
This commit is contained in:
parent
f269cb9e51
commit
694ae6dd84
1 changed files with 1 additions and 1 deletions
|
|
@ -892,7 +892,7 @@ static int create_stream(pa_stream_direction_t direction,
|
|||
fl = PW_STREAM_FLAG_AUTOCONNECT |
|
||||
PW_STREAM_FLAG_MAP_BUFFERS;
|
||||
|
||||
s->corked = SPA_FLAG_CHECK(flags, PA_STREAM_START_CORKED);
|
||||
s->corked = SPA_FLAG_IS_SET(flags, PA_STREAM_START_CORKED);
|
||||
|
||||
if (s->corked)
|
||||
fl |= PW_STREAM_FLAG_INACTIVE;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue