gst/wavenc/gstwavenc.c: Don't allow width=32,depth=24 as input. WAV requires that...
authorSebastian Dröge <slomo@circular-chaos.org>
Tue, 28 Oct 2008 14:56:08 +0000 (14:56 +0000)
committerSebastian Dröge <slomo@circular-chaos.org>
Tue, 28 Oct 2008 14:56:08 +0000 (14:56 +0000)
commit0e1f7b54bb15ceece353384798a783e70e0ce6f5
tree0cd67a6eb270e9afdaf485d9a15029f7674c1cae
parent09e449609f856dd45da29bd76c8235cf6a37bf25
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.
ChangeLog
gst/wavenc/gstwavenc.c