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 357038 - [ffmpegcolorspace] RGBA handling broken
[ffmpegcolorspace] RGBA handling broken
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal normal
: 0.10.11
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks: 350748
 
 
Reported: 2006-09-21 09:42 UTC by Tim-Philipp Müller
Modified: 2006-11-20 14:44 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Tim-Philipp Müller 2006-09-21 09:42:26 UTC
~ $ gst-launch-0.10 videotestsrc ! 'video/x-raw-rgb,red_mask=(int)-16777216,alpha_mask=(int)255,bpp=32,depth=32' ! ffmpegcolorspace ! 'video/x-raw-rgb,bpp=32,depth=24' ! ximagesink -v

This produces a test image with wrong colours.



The (currently disabled) unit test I've added also fails, try

 ~/gst-plugins-base/tests/check $ make elements/ffmpegcolorspace.check

for details (problem might be anywhere, but I suspect it's ffmpegcolorspace, since the videotestsrc check passes).
Comment 1 Wim Taymans 2006-11-20 14:44:24 UTC
        * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
        (gst_ffmpeg_pixfmt_to_caps):
        Fix RGBA32 caps. Fixes #357038.