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 605720 - modplug: Add 32-bit depth caps
modplug: Add 32-bit depth caps
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
0.10.15
Other Linux
: Normal enhancement
: 0.10.18
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks: 605721
 
 
Reported: 2009-12-30 09:00 UTC by Kaj-Michael Lang
Modified: 2010-01-04 09:25 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to add caps for 32-bit depth (3.13 KB, patch)
2009-12-30 09:00 UTC, Kaj-Michael Lang
committed Details | Review

Description Kaj-Michael Lang 2009-12-30 09:00:13 UTC
Created attachment 150568 [details] [review]
Patch to add caps for 32-bit depth

According to modplugs documentation it does all it's processing in 32-bits, allow using that format for output.
Patch attached.
Comment 1 Sebastian Dröge (slomo) 2010-01-04 09:24:15 UTC
commit 212cf43774565e989ed16350cc83698847e48fcc
Author: Kaj-Michael Lang <milang@tal.org>
Date:   Tue Dec 29 16:07:59 2009 +0200

    modplug: Allow 32 bit depth, modplugs native format.
    
    Fixes bug #605720.