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 125932 - pngenc gets RGB caps wrong
pngenc gets RGB caps wrong
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other Linux
: Normal normal
: 0.7.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-10-31 16:37 UTC by Gernot Ziegler
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Gernot Ziegler 2003-10-31 16:37:06 UTC
Found this while examining glsink's RGB input:

videotestsrc produces an incorrect RGB output image (probably Red/Blue
exchanged), can be tested with:

gst-launch-0.7 videotestsrc ! pngenc ! filesink location=out.png
(down left is _red_ instead of blue). 

Probably never visible as xvideosink accepts both RGB and YUV, and seems to
default to YUV.
Comment 1 David Schleef 2003-10-31 20:10:19 UTC
videotestsrc is correct.  It is pngenc that is broken.
Comment 2 David Schleef 2003-11-05 23:21:38 UTC
Fixed now.