GNOME Bugzilla – Bug 703259
video: Add support for NV24 video format
Last modified: 2013-07-16 10:07:45 UTC
Hi, The attached patch for gst-plugins-base 0.10.35 defines new NV16 and NV24 FOURCCs (4:2:2 and 4:4:4 two planes YCbCr) and enables colorspace conversion and video test frame generation, respectively via the gstffmpegcolorspace and videotestsrc GStreamer elements. Ilyes
You forgot to attach the patch it seems. Thanks, but 0.10 is not maintained any longer and we will only push critical bug fixes to it at this point. Perhaps you could update your patches for git master (1.x) ? There's already a NV16 format in 1.x, but NV24 is still missing, so this might be nice to add.
Created attachment 248115 [details] [review] gst-plugins-base: new NV16 and NV24 pixelformats
Now attached! :) (In reply to comment #1) > You forgot to attach the patch it seems. > > Thanks, but 0.10 is not maintained any longer and we will only push critical > bug fixes to it at this point. > > Perhaps you could update your patches for git master (1.x) ? > > There's already a NV16 format in 1.x, but NV24 is still missing, so this might > be nice to add. OK. Regards, Ilyes
Comment on attachment 248115 [details] [review] gst-plugins-base: new NV16 and NV24 pixelformats Please update the patch to latest git master (and also videoconvert instead of ffmpegcolorspace)
commit 92b685eb7463f45deaf3a24ded23f351a231f082 Author: Sebastian Dröge <slomo@circular-chaos.org> Date: Tue Jul 16 11:47:59 2013 +0200 video: Add support for NV24 color format This is semi-planar 4:4:4 YUV. https://bugzilla.gnome.org/show_bug.cgi?id=703259
Thanks! Ilyes
Note that this is only in 1.1.2+, not 0.10.