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 712832 - video-sink: Add NV12 shader support
video-sink: Add NV12 shader support
Status: RESOLVED FIXED
Product: clutter-gst
Classification: Other
Component: general
2.0.x
Other Linux
: Normal normal
: ---
Assigned To: clutter-gst-maint
clutter-gst-maint
Depends on: 712830
Blocks: 712834
 
 
Reported: 2013-11-21 17:13 UTC by Matthieu Bouron
Modified: 2013-12-23 12:15 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
[PATCH] video-sink: Add NV12 shader support (4.46 KB, patch)
2013-11-21 17:13 UTC, Matthieu Bouron
none Details | Review
[PATCH] video-sink: Add NV12 shader support (4.11 KB, patch)
2013-11-21 17:18 UTC, Matthieu Bouron
none Details | Review
[PATCH] video-sink: Add NV12 shader support (4.74 KB, patch)
2013-11-29 16:45 UTC, Matthieu Bouron
committed Details | Review

Description Matthieu Bouron 2013-11-21 17:13:01 UTC
This patch (applied on top of 2.0.8 release) add support of NV12 format using glsl shader.
Comment 1 Matthieu Bouron 2013-11-21 17:13:58 UTC
Created attachment 260468 [details] [review]
[PATCH] video-sink: Add NV12 shader support
Comment 2 Matthieu Bouron 2013-11-21 17:18:59 UTC
Created attachment 260469 [details] [review]
[PATCH] video-sink: Add NV12 shader support
Comment 3 Matthieu Bouron 2013-11-29 16:45:08 UTC
Created attachment 263146 [details] [review]
[PATCH] video-sink: Add NV12 shader support

Patch updated. It now uses a RGB_565 to store the UV planes (based on patch from Lionel Landwerlin).
Comment 4 Lionel Landwerlin 2013-12-19 12:27:41 UTC
Review of attachment 263146 [details] [review]:

Looks good.
I'll land it later today.