summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2005-10-24 15:57:17 +0000
committerTim-Philipp Müller <tim@centricular.net>2005-10-24 15:57:17 +0000
commit0e01f91dc1e12f54c5e273d78a51eaf19b5234d2 (patch)
tree2f777cdd6b74cbaf5e7f76ec3bb88ec9fe7a2dca /ChangeLog
parent2042e06dd4a55d941b6dcbdb0a4f2927f87475bb (diff)
sys/oss/gstosssrc.c: Set bytes_per_sample correctly (is not always 4, but depends on width and number of channels).
Original commit message from CVS: * sys/oss/gstosssrc.c: (gst_oss_src_prepare): Set bytes_per_sample correctly (is not always 4, but depends on width and number of channels).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5f35c016..0d60da63 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2005-10-24 Tim-Philipp Müller <tim at centricular dot net>
+ * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
+ Set bytes_per_sample correctly (is not always 4, but
+ depends on width and number of channels).
+
+2005-10-24 Tim-Philipp Müller <tim at centricular dot net>
+
* ext/flac/gstflacenc.c: (gst_flacenc_base_init),
(gst_flacenc_init), (gst_flacenc_sink_setcaps),
(gst_flacenc_seek_callback), (gst_flacenc_write_callback),