diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2008-08-21 12:56:01 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2008-08-21 12:56:01 +0000 |
commit | cbccea33ec32a8f8341ff98ce08464c0e277ebb2 (patch) | |
tree | 254f69e89413838eef637b3d372f27b6a732ebbb /ChangeLog | |
parent | 51cc9681987557b115c3e913112fa433705e65d1 (diff) |
gst/wavenc/gstwavenc.c: If we're not allowing width!=depth in wavenc we should also disable the code that was added t...
Original commit message from CVS:
* gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
If we're not allowing width!=depth in wavenc we should also disable
the code that was added to support width!=depth.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2008-08-21 Sebastian Dröge <sebastian.droege@collabora.co.uk> + * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): + If we're not allowing width!=depth in wavenc we should also disable + the code that was added to support width!=depth. + +2008-08-21 Sebastian Dröge <sebastian.droege@collabora.co.uk> + * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream): Don't calculate the default duration of a frame from the audio sampling rate. This only works for raw audio if every frame contains a single |