mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
ext/flac/: length is already host endian, no need to convert. Fixes playback of tagged files on PPC. (bug #128384)
Original commit message from CVS: 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de> * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata): * ext/flac/gstflacenc.c: (add_one_tag): length is already host endian, no need to convert. Fixes playback of tagged files on PPC. (bug #128384)
This commit is contained in:
parent
afbf0abbcf
commit
a4b77770a9
1 changed files with 2 additions and 1 deletions
|
@ -1,8 +1,9 @@
|
|||
2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
|
||||
|
||||
* ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
|
||||
* ext/flac/gstflacenc.c: (add_one_tag):
|
||||
length is already host endian, no need to convert. Fixes playback of
|
||||
tagged files on PPC.
|
||||
tagged files on PPC. (bug #128384)
|
||||
|
||||
2004-01-13 Julien MOUTTE <julien@moutte.net>
|
||||
|
||||
|
|
Loading…
Reference in a new issue