diff options
| author | Benjamin Otte <otte@gnome.org> | 2004-01-13 23:59:51 +0000 |
|---|---|---|
| committer | Benjamin Otte <otte@gnome.org> | 2004-01-13 23:59:51 +0000 |
| commit | ab09da70c08a5fd9af940cbf129d20f640ff3bf2 (patch) | |
| tree | 6e647555612cc616b844f8194e8f99c109710b11 /ChangeLog | |
| parent | 27838eebc9970a73ae49155c7e23f6545be774cd (diff) | |
ext/flac/gstflacdec.c: length is already host endian, no need to convert. Fixes playback of tagged files on PPC.
Original commit message from CVS:
2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
* ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
length is already host endian, no need to convert. Fixes playback of
tagged files on PPC.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de> + + * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata): + length is already host endian, no need to convert. Fixes playback of + tagged files on PPC. + 2004-01-13 Julien MOUTTE <julien@moutte.net> * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the |
