summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2004-11-13 01:08:31 +0000
committerBenjamin Otte <otte@gnome.org>2004-11-13 01:08:31 +0000
commit129c3df1bce2444963e3a6064098f49028c0798b (patch)
tree2a90a9bff1716ce08dd5fc1aca91dd1111cb4aef
parent352cb6fef9ba3d73a3376244498e01498be68d43 (diff)
downloadgst-plugins-bad-129c3df1bce2444963e3a6064098f49028c0798b.tar.gz
gst-plugins-bad-129c3df1bce2444963e3a6064098f49028c0798b.tar.bz2
gst-plugins-bad-129c3df1bce2444963e3a6064098f49028c0798b.zip
ext/alsa/gstalsa.c: add debugging
Original commit message from CVS: * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait): add debugging * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop): do a wait when we enter the loop func with no data available to write instead of getting into an 100% CPU loop by just returning and being called again by the scheduler
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2edf8f8d..484826db 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2004-11-13 Benjamin Otte <otte@gnome.org>
+
+ * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
+ add debugging
+ * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
+ do a wait when we enter the loop func with no data available to
+ write instead of getting into an 100% CPU loop by just returning and
+ being called again by the scheduler
+
2004-11-13 Jan Schmidt <thaytan@mad.scientist.com>
* configure.ac: