[Bug 711437] apev2mux: should not put APEv2 tags at beginning of WavPack files
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Fri Nov 28 05:15:40 PST 2014
https://bugzilla.gnome.org/show_bug.cgi?id=711437
GStreamer | gst-plugins-good | git
Tim-Philipp Müller <t.i.m> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
Target Milestone|HEAD |1.5.1
--- Comment #1 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2014-11-28 13:15:34 UTC ---
This should hopefully fix it:
commit 023a1637d941bfa22377c89287fb45edcaab4051
Author: Tim-Philipp Müller <tim at centricular.com>
Date: Fri Nov 28 13:12:46 2014 +0000
apev2mux: write APE tags at end for wavpack files
http://www.wavpack.com/file_format.txt:
"Both the APEv2 tags and/or ID3v1 tags must come at the end of the
WavPack file, with the ID3v1 coming last if both are present."
WavPack files that contain APEv2 tags at the beginning of the files
are unplayable on players that use FFmpeg (like VLC) and most other
software (except Banshee). Players that use libwavpack directly can
play the files because it skips the tags, but does not recognize the
tag data at that location.
https://bugzilla.gnome.org/show_bug.cgi?id=711437
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list