GNOME Bugzilla – Bug 623671
Various klass/description/rank fixes
Last modified: 2010-07-06 13:25:10 UTC
Putting these here for comment before I push them
Created attachment 165348 [details] [review] gstffmpegmux: Set rank of blacklisted muxers to GST_RANK_NONE
Created attachment 165349 [details] [review] codecmap: Fix the caps of various mov/amr formats
Created attachment 165350 [details] [review] ffmpegmux: Add more replacements
Created attachment 165351 [details] [review] ffmpegmux: Use "Formatter/Metadata" klass when needed
Looks good to me but can't we just get rid of the muxers for which we have a better replacement? ;)
> Looks good to me but can't we just get rid of the muxers for which we have a > better replacement? ;) Let's consider that for the next release, but keep them for this one. Patches look good for me too. I assume you checked the AMR caps are right ('cause there are two variants, one with the initial #! blurb and one without, iirc audio/AMR* vs. audio/*-sh)?
Yes, the -sh patch is only for the 'container' and not for the actual codec. Ok, will push patches.
Attachment 165348 [details] pushed as 38c2b37 - gstffmpegmux: Set rank of blacklisted muxers to GST_RANK_NONE Attachment 165349 [details] pushed as 6191dbb - codecmap: Fix the caps of various mov/amr formats Attachment 165350 [details] pushed as 25db74e - ffmpegmux: Add more replacements Attachment 165351 [details] pushed as f9c8fac - ffmpegmux: Use "Formatter/Metadata" klass when needed