summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-08-18 15:05:32 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-08-18 15:05:32 +0000
commitcfc5ea685a0b487fab4cea62eeea90aa9e58e0e0 (patch)
treec8d2bef9faa31bdd267386a8fc04b6c699e40e3e /ChangeLog
parent25665a0df3ccad07a6867eb3d231d6e580393b99 (diff)
ext/pulse/: The bytes_per_sample and silence_sample fields of the GstRingBufferSpec are already filled with the corre...
Original commit message from CVS: * ext/pulse/pulsesink.c: (gst_pulsesink_prepare): * ext/pulse/pulsesrc.c: (gst_pulsesrc_prepare): The bytes_per_sample and silence_sample fields of the GstRingBufferSpec are already filled with the correct values by gst_ring_buffer_parse_caps() so there's no need to set them again with wrong values.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a5106298..d8d6e578 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2008-08-18 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * ext/pulse/pulsesink.c: (gst_pulsesink_prepare):
+ * ext/pulse/pulsesrc.c: (gst_pulsesrc_prepare):
+ The bytes_per_sample and silence_sample fields of the GstRingBufferSpec
+ are already filled with the correct values by
+ gst_ring_buffer_parse_caps() so there's no need to set them again
+ with wrong values.
+
2008-08-16 Edward Hervey <edward.hervey@collabora.co.uk>
* gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),