GNOME Bugzilla – Bug 793694
gst-omx: add support for NV16_10LE32 and NV12_10LE32 formats
Last modified: 2018-02-28 13:33:54 UTC
See https://bugzilla.gnome.org/show_bug.cgi?id=789876 about those formats.
Created attachment 368713 [details] [review] omxvideoenc: display the computed buffer size when configuring input
Created attachment 368714 [details] [review] omxvideoenc: factor out gst_omx_video_enc_nv12_manual_copy() No semantic change, I'm going to re-use it to copy the NV12_10LE32 format.
Created attachment 368715 [details] [review] add support for NV12_10LE32 and NV16_10LE32 on zynqultrascaleplus The encoder and decoder on zynqultrascaleplus support these new 10 bits format.
Created attachment 368716 [details] [review] videoenc: don't set stride padding to 0 when copying frames Padding can be left undefined there is no point filling it with 0.
Attachment 368713 [details] pushed as f257051 - omxvideoenc: display the computed buffer size when configuring input Attachment 368714 [details] pushed as d1ffc97 - omxvideoenc: factor out gst_omx_video_enc_nv12_manual_copy() Attachment 368715 [details] pushed as ea2df99 - add support for NV12_10LE32 and NV16_10LE32 on zynqultrascaleplus Attachment 368716 [details] pushed as f861ad2 - videoenc: don't set stride padding to 0 when copying frames