summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorBrian Cameron <brian.cameron@sun.com>2006-04-06 09:14:30 +0000
committerTim-Philipp Müller <tim@centricular.net>2006-04-06 09:14:30 +0000
commit89b392aa2f9793e0cc440f097620abea5e0c6a10 (patch)
tree51f91f9015d07ab0a6b3fe1f94fdcf807e633522 /ChangeLog
parent36c81557a3f6ffff3b71895642f860ae9090c265 (diff)
sys/sunaudio/gstsunaudiosink.*: Use spec->segsize and spec->segtotal in the prepare function to initialise the ring b...
Original commit message from CVS: Patch by: Brian Cameron <brian dot cameron at sun dot com> * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init), (gst_sunaudiosink_prepare), (gst_sunaudiosink_write): * sys/sunaudio/gstsunaudiosink.h: Use spec->segsize and spec->segtotal in the prepare function to initialise the ring buffer instead of using the buffer-time property (#337421).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0df49e6e..ad95fb51 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
2006-04-06 Tim-Philipp Müller <tim at centricular dot net>
+ Patch by: Brian Cameron <brian dot cameron at sun dot com>
+
+ * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
+ (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
+ * sys/sunaudio/gstsunaudiosink.h:
+ Use spec->segsize and spec->segtotal in the prepare function
+ to initialise the ring buffer instead of using the buffer-time
+ property (#337421).
+
+2006-04-06 Tim-Philipp Müller <tim at centricular dot net>
+
* configure.ac:
Bump core requirements to CVS for gst_pad_query_peer_duration()
which is used by speexdec.