After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 574663 - [gstffcodecmap] Unused codec mapping for ATRAC3 codec
[gstffcodecmap] Unused codec mapping for ATRAC3 codec
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-libav
git master
Other Linux
: Normal blocker
: 0.10.7
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-03-09 17:18 UTC by Edward Hervey
Modified: 2009-03-10 20:17 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix ATRAC3 caps (1.12 KB, patch)
2009-03-09 17:52 UTC, Edward Hervey
committed Details | Review

Description Edward Hervey 2009-03-09 17:18:36 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 !
Comment 1 Edward Hervey 2009-03-09 17:21:21 UTC
I forgot to mention that it's also the caps used in pbutils (for the missing-plugins system).
Comment 2 Edward Hervey 2009-03-09 17:52:03 UTC
Created attachment 130342 [details] [review]
Fix ATRAC3 caps
Comment 3 Edward Hervey 2009-03-10 20:17:22 UTC
commit 45ec23e37c90f189fdb5d2ddda7154647c1d0be3
Author: Edward Hervey <bilboed@bilboed.com>
Date:   Tue Mar 10 21:14:21 2009 +0100

    codecmapping: Fix caps for ATRAC3. Fixes #574663