summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2006-01-23 11:06:34 +0000
committerTim-Philipp Müller <tim@centricular.net>2006-01-23 11:06:34 +0000
commit948743037b36598a38a04889524fb93b8da65673 (patch)
treeed61354e9c82224ea87be0edf3eabac1948b27a0 /ChangeLog
parent00c44209d8e70059ed450310e4ced574d4d786a3 (diff)
sys/sunaudio/: Export functions that are needed in other parts of the code, makes the mixer actually work; adjust mag...
Original commit message from CVS: Reviewed by: Tim-Philipp Müller <tim at centricular dot net> * sys/sunaudio/gstsunaudiomixerctrl.c: * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init): Export functions that are needed in other parts of the code, makes the mixer actually work; adjust magic minimum buffer-time value from 3ms to 5ms to work around stuttering during mp3 playback (#327765).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a5129d94..35a5c7a7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2006-01-23 Brian Cameron <brian dot cameron at sun dot com>
+
+ Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
+
+ * sys/sunaudio/gstsunaudiomixerctrl.c:
+ * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
+ Export functions that are needed in other parts of the code,
+ makes the mixer actually work; adjust magic minimum buffer-time
+ value from 3ms to 5ms to work around stuttering during mp3
+ playback (#327765).
+
2006-01-23 Michal Benes <michal dot benes at xeris dot cz>
Reviewed by: Tim-Philipp Müller <tim at centricular dot net>