GNOME Bugzilla – Bug 623365
[qtmux and variant] Don't store codec tags
Last modified: 2010-07-03 19:10:30 UTC
Currently the qt/iso muxers blindly store all incoming tags in XMP... ... including the codec string tags. The result is that when you play that file in totem, you end up seeing the 'original' codec in the video format field, as opposed to the actual one being used.
Created attachment 165088 [details] [review] qtmux: Don't use bogus codec/format tags
Attachment 165088 [details] pushed as e5ce188 - qtmux: Don't use bogus codec/format tags
Isn't that somehow indicating wrong use of tag merge modes? At least I don't get how stripping the info fixes the disaplay in totem (besides relying on decoders emitting the tag too).