mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
023a1637d9
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 |
||
---|---|---|
.. | ||
.gitignore | ||
gstapev2mux.cc | ||
gstapev2mux.h | ||
gstid3v2mux.cc | ||
gstid3v2mux.h | ||
gsttaglibplugin.c | ||
Makefile.am |