mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
perl -p -i -e 's/pa_rtclock_usec/pa_rtclock_now/g' find . -name '*.[ch]'
This commit is contained in:
parent
6ad3855639
commit
5dcdd5e358
18 changed files with 66 additions and 66 deletions
|
|
@ -193,7 +193,7 @@ static void sink_input_suspend_within_thread(pa_sink_input* i, pa_bool_t b) {
|
|||
pa_assert_se(s = i->userdata);
|
||||
|
||||
if (b) {
|
||||
pa_smoother_pause(s->smoother, pa_rtclock_usec());
|
||||
pa_smoother_pause(s->smoother, pa_rtclock_now());
|
||||
pa_memblockq_flush_read(s->memblockq);
|
||||
} else
|
||||
s->first_packet = FALSE;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue