Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Marijn Suijten
pulseaudio
Commits
46dd3be8
Commit
46dd3be8
authored
Oct 29, 2019
by
ckdo
Committed by
Georg Chini
Dec 22, 2019
Browse files
raop: Code clarification : Only free the I/O thread when everything is initialized
parent
7e6bb053
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/modules/raop/raop-sink.c
View file @
46dd3be8
...
...
@@ -169,9 +169,9 @@ static int sink_process_msg(pa_msgobject *o, int code, void *data, int64_t offse
pa_usec_t
now
;
now
=
pa_rtclock_now
();
pa_rtpoll_set_timer_absolute
(
u
->
rtpoll
,
now
);
u
->
write_count
=
0
;
u
->
start
=
now
;
pa_rtpoll_set_timer_absolute
(
u
->
rtpoll
,
now
);
if
(
u
->
sink
->
thread_info
.
state
==
PA_SINK_SUSPENDED
)
{
/* Our stream has been suspended so we just flush it... */
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment