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 595588 - Added patch to manage RGB or RGBA
Added patch to manage RGB or RGBA
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-gl
0.10.1
Other Linux
: Normal normal
: 0.10.2
Assigned To: Julien Isorce
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-09-18 14:12 UTC by anthony
Modified: 2009-09-21 09:42 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Convert RGB to RGBA (727 bytes, patch)
2009-09-18 14:12 UTC, anthony
rejected Details | Review
RGB to RGBA (908 bytes, patch)
2009-09-21 09:36 UTC, anthony
committed Details | Review

Description anthony 2009-09-18 14:12:09 UTC
Created attachment 143447 [details] [review]
Convert RGB to RGBA

Now you can to add a RGB image that automatically convert to RGBA for gloverlay
Comment 1 Julien Isorce 2009-09-21 08:59:48 UTC
commit 18f5c4875006606b28aa9aa366abbc5dd1e16b60
Author: Anthony Violo <anthony.violo@ubicast.eu>
Date:   Mon Sep 21 10:51:47 2009 +0200

    gloverlay: add support to use RGB png images

    Previously restricted to RGBA, now gloverlay can also handle a RGB image.
Comment 2 anthony 2009-09-21 09:36:05 UTC
Created attachment 143575 [details] [review]
RGB to RGBA

added patch RGB to RGBA image