GNOME Bugzilla – Bug 623366
[qtdemux] strip out bogus tags from XMP
Last modified: 2010-07-02 12:40:10 UTC
qtdemux pushes out all tags contained in a XMP tag. The problem is that it might contain bogus tags, like the codec/format tags, resulting in pushing out wrong information downstream. See also #623365
Created attachment 165086 [details] [review] qtdemux: strip out bogus tags from XMP atom
Shouldn' t it remove audio/container too?
Makes sense to me , let's put it in. I suspect there's no need to remove the audio/container tags because the XMP code in libgsttag doesn't serialise/deserialise those.
Attachment 165086 [details] pushed as fcf1995 - qtdemux: strip out bogus tags from XMP atom