summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-10-28 14:56:08 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-10-28 14:56:08 +0000
commit0e1f7b54bb15ceece353384798a783e70e0ce6f5 (patch)
tree0cd67a6eb270e9afdaf485d9a15029f7674c1cae /ChangeLog
parent09e449609f856dd45da29bd76c8235cf6a37bf25 (diff)
gst/wavenc/gstwavenc.c: Don't allow width=32,depth=24 as input. WAV requires that the width is the next integer multi...
Original commit message from CVS: * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Don't allow width=32,depth=24 as input. WAV requires that the width is the next integer multiply of 8 from the depth.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 30b1c987..27943124 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-10-28 Sebastian Dröge <slomo@circular-chaos.org>
+
+ * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
+ Don't allow width=32,depth=24 as input. WAV requires that the width
+ is the next integer multiply of 8 from the depth.
+
2008-10-28 Wim Taymans <wim.taymans@collabora.co.uk>
* gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps):