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 660604 - textoverlay: add YV12 support
textoverlay: add YV12 support
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal enhancement
: 0.10.36
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-10-01 00:07 UTC by ogg.k.ogg.k
Modified: 2011-10-01 18:21 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add YV12 support (3.32 KB, patch)
2011-10-01 00:07 UTC, ogg.k.ogg.k
committed Details | Review

Description ogg.k.ogg.k 2011-10-01 00:07:25 UTC
Created attachment 197929 [details] [review]
Add YV12 support

Very similar to I420.
Comment 1 Tim-Philipp Müller 2011-10-01 18:21:32 UTC
Pushed, thanks:

 commit 15dc83946755713d8c4e32fd89f7c69330ff6d9e
 Author: Vincent Penquerc'h <ogg.k.ogg.k@googlemail.com>
 Date:   Sat Oct 1 01:05:00 2011 +0100

    textoverlay: add YV12 support
    
    Basically the same as I420, just with chroma planes swapped.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=660604