Skip to content
Snippets Groups Projects
Commit ec29dfca authored by Vikram Kangotra's avatar Vikram Kangotra Committed by Steve Lhomme
Browse files

Taglib: Use ID3v2Tag() instead of tag() for RIFF::WAV::File

`WriteMetaToId3v2` expects a `ID3v2::Tag` instead of `Tag`, but Since TagLib v2.0,
`RIFF::WAV::File::tag()` returns a `Tag` instead of `ID3v2::Tag`, hence replace
the usage of `tag()` method with `ID3v2Tag()`.

https://github.com/taglib/taglib/blob/master/taglib/riff/wav/wavfile.h#L124

Additionally, to resolve the compilation error, the function signatures of
`insert` and `removeBlock` have been adjusted to align with the base class
functions.
parent 7c738a67
No related branches found
No related tags found
1 merge request!4877Taglib: Use ID3v2Tag() instead of tag() for RIFF::WAV::File
Pipeline #435564 passed with stage
in 30 minutes and 15 seconds
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment