From 89b392aa2f9793e0cc440f097620abea5e0c6a10 Mon Sep 17 00:00:00 2001 From: Brian Cameron Date: Thu, 6 Apr 2006 09:14:30 +0000 Subject: 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 * 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). --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0df49e6e..ad95fb51 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2006-04-06 Tim-Philipp Müller + + Patch by: Brian Cameron + + * 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 * configure.ac: -- cgit