aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gstreamer/gst-plugin-pulse
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gstreamer/gst-plugin-pulse')
-rw-r--r--recipes/gstreamer/gst-plugin-pulse/dont-overload-pulseaudio.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/gstreamer/gst-plugin-pulse/dont-overload-pulseaudio.patch b/recipes/gstreamer/gst-plugin-pulse/dont-overload-pulseaudio.patch
new file mode 100644
index 0000000000..377a4f9589
--- /dev/null
+++ b/recipes/gstreamer/gst-plugin-pulse/dont-overload-pulseaudio.patch
@@ -0,0 +1,13 @@
+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);