GNOME Bugzilla – Bug 574663
[gstffcodecmap] Unused codec mapping for ATRAC3 codec
Last modified: 2009-03-10 20:17:22 UTC
The current caps used for the ATRAC3 are the wrong ones according to all other available plugins that are able to output that codec. riff (used by avidemux, wavparse, asfdemux): audio/x-vnd.sony.atrac3 rmdemux : audio/x-vnd.sony.atrac3 We need to change this !
I forgot to mention that it's also the caps used in pbutils (for the missing-plugins system).
Created attachment 130342 [details] [review] Fix ATRAC3 caps
commit 45ec23e37c90f189fdb5d2ddda7154647c1d0be3 Author: Edward Hervey <bilboed@bilboed.com> Date: Tue Mar 10 21:14:21 2009 +0100 codecmapping: Fix caps for ATRAC3. Fixes #574663