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 577007 - [videoscale] Scaling is broken for RGB555 input
[videoscale] Scaling is broken for RGB555 input
Status: RESOLVED INVALID
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal major
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-03-27 18:41 UTC by Sebastian Dröge (slomo)
Modified: 2009-05-07 19:49 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sebastian Dröge (slomo) 2009-03-27 18:41:33 UTC
Hi,
videoscale produces corrupted output on RGB555 input. This is because the RGB555* macros are wrong somehow in vs_scanline.c and vs_4tap.c... this results in wrong colors in the output.

Someone who knows more about RGB555 should be able to fix it ;)
Comment 1 Sebastian Dröge (slomo) 2009-05-07 19:49:40 UTC
There seems to be no bug... I can't reproduce this anymore.