summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2005-09-27 15:12:45 +0000
committerTim-Philipp Müller <tim@centricular.net>2005-09-27 15:12:45 +0000
commit26745bb1327e92c3838ba018a5399331db004817 (patch)
tree0ed59ba17c46cebc0f444ec42166a06096c4bba8 /ChangeLog
parentc84ad80a51cc7cc0783ae113d04def8466de367c (diff)
sys/oss/gstosssink.c: Fix playback of mono streams (bytes_per_sample should be set from the sample width and the numb...
Original commit message from CVS: * sys/oss/gstosssink.c: (gst_oss_sink_prepare): Fix playback of mono streams (bytes_per_sample should be set from the sample width and the number of channels negotiated, and not just be set to 4) (#317338)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9cba4f67..829003ca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-09-27 Tim-Philipp Müller <tim at centricular dot net>
+
+ * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
+ Fix playback of mono streams (bytes_per_sample should be set
+ from the sample width and the number of channels negotiated,
+ and not just be set to 4) (#317338)
+
2005-09-26 Wim Taymans <wim@fluendo.com>
* gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),