mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -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
|
|
@ -641,7 +641,7 @@ static void thread_func(void *userdata) {
|
|||
* Since we cannot modify the size of the output buffer we fake it
|
||||
* by not filling it more than u->buffer_size.
|
||||
*/
|
||||
xtime0 = pa_rtclock_usec();
|
||||
xtime0 = pa_rtclock_now();
|
||||
buffered_bytes = get_playback_buffered_bytes(u);
|
||||
if (buffered_bytes >= (uint64_t)u->buffer_size)
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue