mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-31 22:25:33 -04:00
minimal reordering
This commit is contained in:
parent
2f9a784167
commit
50695d95d1
1 changed files with 1 additions and 1 deletions
|
|
@ -138,13 +138,13 @@ pa_stream *pa_stream_new_with_proplist(
|
||||||
s->device_index = PA_INVALID_INDEX;
|
s->device_index = PA_INVALID_INDEX;
|
||||||
s->device_name = NULL;
|
s->device_name = NULL;
|
||||||
s->suspended = FALSE;
|
s->suspended = FALSE;
|
||||||
|
s->corked = FALSE;
|
||||||
|
|
||||||
pa_memchunk_reset(&s->peek_memchunk);
|
pa_memchunk_reset(&s->peek_memchunk);
|
||||||
s->peek_data = NULL;
|
s->peek_data = NULL;
|
||||||
|
|
||||||
s->record_memblockq = NULL;
|
s->record_memblockq = NULL;
|
||||||
|
|
||||||
s->corked = FALSE;
|
|
||||||
|
|
||||||
memset(&s->timing_info, 0, sizeof(s->timing_info));
|
memset(&s->timing_info, 0, sizeof(s->timing_info));
|
||||||
s->timing_info_valid = FALSE;
|
s->timing_info_valid = FALSE;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue