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 378094 - Enable pango elements to handle UYVY
Enable pango elements to handle UYVY
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other All
: Normal enhancement
: 0.10.23
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-11-22 12:00 UTC by Zeeshan Ali
Modified: 2009-03-26 10:05 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement


Attachments
Patch to enable pango to be able to handle UYVY format (8.34 KB, patch)
2006-11-22 12:02 UTC, Zeeshan Ali
committed Details | Review

Description Zeeshan Ali 2006-11-22 12:00:58 UTC
Attaching a patch to pango-based textoverlay elment that enables it to handle UYVY. It works but the rendered text is not as smooth as that rendered in case of I420. The reason is that i still do not understand the text rendering code writen by david completely. Which is why i am putting it here instead of comiting to cvs directly.
Comment 1 Zeeshan Ali 2006-11-22 12:02:18 UTC
Created attachment 77021 [details] [review]
Patch to enable pango to be able to handle UYVY format
Comment 2 Sebastian Dröge (slomo) 2009-03-26 10:05:11 UTC
commit f1bc9e97aa7cbee21cb41afc1772bfded4bf2e2f
Author: Sebastian Dröge <sebastian.droege@collabora.co.uk>
Date:   Thu Mar 26 11:02:41 2009 +0100

    textoverlay: Fix drawing of UYVY text borders

commit e54e10ad19705391fd6d4015f17fbdad0a03da87
Author: Zeeshan Ali <zeeshan.ali@nokia.com>
Date:   Thu Mar 26 10:36:27 2009 +0100

    textoverlay: Add support for UYVY colorspace
    
    Fixes bug #378094.