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 164209 - [ffmpegcolorspace] PIX_FMT_BGRA32 -> caps conversion is wrong
[ffmpegcolorspace] PIX_FMT_BGRA32 -> caps conversion is wrong
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other Linux
: Normal normal
: 0.8.8
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks: 164197
 
 
Reported: 2005-01-15 23:51 UTC by Gergely Nagy
Modified: 2005-01-17 14:11 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch fixing the conversion (1.02 KB, patch)
2005-01-15 23:53 UTC, Gergely Nagy
none Details | Review

Description Gergely Nagy 2005-01-15 23:51:09 UTC
ffmpegcolorspace converts PIX_FMT_BGRA32 into something that resembles ABGR32,
the complete opposite of RGBA32. However, BGRA32 is not like that. In BGRA, A is
in the same byte position as in RGBA32.
Comment 1 Gergely Nagy 2005-01-15 23:53:18 UTC
Created attachment 36076 [details] [review]
Patch fixing the conversion
Comment 2 Ronald Bultje 2005-01-17 14:11:32 UTC
Right - that should've been Stephane's catch...