summaryrefslogtreecommitdiff
path: root/packages/gstreamer/gst-plugin-pulse
diff options
context:
space:
mode:
authorPaul Sokolovsky <pmiscml@gmail.com>2008-02-14 00:32:53 +0000
committerPaul Sokolovsky <pmiscml@gmail.com>2008-02-14 00:32:53 +0000
commitec79a06bd56046ad03a95319bf31669eff4fc130 (patch)
tree198b16a994a92e8a39afed132d4f59528ac64fe5 /packages/gstreamer/gst-plugin-pulse
parentad8af9b7951ed766eb1c6b5f9548fb130a5f024c (diff)
parent7cf673f2ad7f68c52e79e06db1fd304577104737 (diff)
merge of '3ee7753352acbc0627f1b877b1ba96587f656224'
and 'bc0b144ff867cb1e66b24d5ba91c183ee6d51cb6'
Diffstat (limited to 'packages/gstreamer/gst-plugin-pulse')
-rw-r--r--packages/gstreamer/gst-plugin-pulse/.mtn2git_empty0
-rw-r--r--packages/gstreamer/gst-plugin-pulse/dont-overload-pulseaudio.patch13
2 files changed, 13 insertions, 0 deletions
diff --git a/packages/gstreamer/gst-plugin-pulse/.mtn2git_empty b/packages/gstreamer/gst-plugin-pulse/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/gstreamer/gst-plugin-pulse/.mtn2git_empty
diff --git a/packages/gstreamer/gst-plugin-pulse/dont-overload-pulseaudio.patch b/packages/gstreamer/gst-plugin-pulse/dont-overload-pulseaudio.patch
new file mode 100644
index 0000000000..377a4f9589
--- /dev/null
+++ b/packages/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);