diff options
author | Fabrizio <fabrizio.ge@tiscali.it> | 2006-01-21 11:43:53 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2006-01-21 11:43:53 +0000 |
commit | 3ac31471aa2eda18d005296f207abd265ebc1097 (patch) | |
tree | dd3e514861f4c93adbea4be89f8db5e4c0a13097 /ChangeLog | |
parent | a017143695a98c99002d596efe0b6d55896179ba (diff) | |
download | gst-plugins-bad-3ac31471aa2eda18d005296f207abd265ebc1097.tar.gz gst-plugins-bad-3ac31471aa2eda18d005296f207abd265ebc1097.tar.bz2 gst-plugins-bad-3ac31471aa2eda18d005296f207abd265ebc1097.zip |
gst/qtdemux/qtdemux.c: 'twos' and 'sowt' fourcc can be 16bit or 8bit audio.
Original commit message from CVS:
* gst/qtdemux/qtdemux.c: (qtdemux_parse_trak),
(qtdemux_audio_caps):
'twos' and 'sowt' fourcc can be 16bit or 8bit audio.
Fix 8bit case (#327133, based on patch by: Fabrizio
Gennari <fabrizio dot ge at tiscali dot it>).
Also, "G_LITTLE_ENDIAN" and "G_BIG_ENDIAN" are not
valid literals for endianness in caps strings,
only "LITTLE_ENDIAN" and "BIG_ENDIAN" are valid.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2006-01-21 Tim-Philipp Müller <tim at centricular dot net> + + * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak), + (qtdemux_audio_caps): + 'twos' and 'sowt' fourcc can be 16bit or 8bit audio. + Fix 8bit case (#327133, based on patch by: Fabrizio + Gennari <fabrizio dot ge at tiscali dot it>). + Also, "G_LITTLE_ENDIAN" and "G_BIG_ENDIAN" are not + valid literals for endianness in caps strings, + only "LITTLE_ENDIAN" and "BIG_ENDIAN" are valid. + 2006-01-20 Edgard Lima <edgard.lima@indt.org.br> * ext/ivorbis/vorbisfile.c: |