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 164265 - [PATCH][ffmpegcolorspace] Converting from an RGB image with an alpha channel assumes RGBA32
[PATCH][ffmpegcolorspace] Converting from an RGB image with an alpha channel ...
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other Linux
: High normal
: 0.8.8
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-01-16 17:09 UTC by Gergely Nagy
Modified: 2005-01-17 14:08 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed patch (634 bytes, patch)
2005-01-16 17:10 UTC, Gergely Nagy
none Details | Review

Description Gergely Nagy 2005-01-16 17:09:58 UTC
Converting from an RGB image with an alpha channel always sets context->pixfmt
to PIX_FMT_RGBA32. However, with my recent patch, pngdec was fixed to emit BGRA32.

ffmpegcolorspace should be able to decide which one of this two should be used.

Patch to teach it to do so is attached.
Comment 1 Gergely Nagy 2005-01-16 17:10:20 UTC
Created attachment 36104 [details] [review]
Proposed patch
Comment 2 Ronald Bultje 2005-01-17 14:08:03 UTC
Obvious - applied, thanks.