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 746466 - video: add NV61 format support
video: add NV61 format support
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other All
: Normal enhancement
: 1.5.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-03-19 15:04 UTC by Aurélien Zanelli
Modified: 2015-05-04 19:45 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
video: add NV61 format support (7.98 KB, patch)
2015-03-19 15:05 UTC, Aurélien Zanelli
committed Details | Review

Description Aurélien Zanelli 2015-03-19 15:04:22 UTC
It could be nice to support NV61 format which is a planar 4:2:2 YUV format with an interleaved VU plane (instead of UV for NV16).
Comment 1 Aurélien Zanelli 2015-03-19 15:05:53 UTC
Created attachment 299836 [details] [review]
video: add NV61 format support
Comment 2 Tim-Philipp Müller 2015-05-04 19:45:02 UTC
Pushed, thanks for the patch!

 commit c52adc8fcccf691754ab762e667fffb5465c3354
 Author: Aurélien Zanelli <aurelien.zanelli@parrot.com>
 Date:   Thu Mar 19 10:50:22 2015 +0100

    video: add NV61 format support
    
    https://bugzilla.gnome.org/show_bug.cgi?id=746466

(I moved the NV61 in the docs chunk after NV16 and added a "(Since 1.6)" to it)