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 653717 - [ffmpegdec] wrong audio template src caps
[ffmpegdec] wrong audio template src caps
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-libav
git master
Other Linux
: Normal blocker
: 0.10.12
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-06-30 07:05 UTC by Mark Nauwelaerts
Modified: 2011-06-30 09:53 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
ffmpegcodecmap: really include all supported sample formats in audio caps (956 bytes, patch)
2011-06-30 07:05 UTC, Mark Nauwelaerts
committed Details | Review

Description Mark Nauwelaerts 2011-06-30 07:05:52 UTC
Created attachment 190991 [details] [review]
ffmpegcodecmap: really include all supported sample formats in audio caps

At least ffdec_aac (and possibly others) now reports e.g. only float in src template caps, but still typically produce int output.

Attached patch handles the typo likely responsible.
Comment 1 Mark Nauwelaerts 2011-06-30 09:53:21 UTC
commit 6d517b3b764132862d17aa08d153b263e2f94f45
Author: Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
Date:   Thu Jun 30 09:06:21 2011 +0200

    ffmpegcodecmap: really include all supported sample formats in audio caps
    
    Fixes #653717.