mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 12:49:34 +02:00
14 lines
371 B
Diff
14 lines
371 B
Diff
Index: gst-pulse-0.9.7/src/pulsesink.c
|
|
===================================================================
|
|
--- gst-pulse-0.9.7.orig/src/pulsesink.c
|
|
+++ gst-pulse-0.9.7/src/pulsesink.c
|
|
@@ -477,6 +477,8 @@ static guint gst_pulsesink_write(GstAudi
|
|
length -= l;
|
|
|
|
sum += l;
|
|
+
|
|
+ usleep( 500 );
|
|
}
|
|
|
|
pa_threaded_mainloop_unlock(pulsesink->mainloop);
|