Skip to content

Video decoder subframe support

In this MR, the video decoder subframe is demonstrated on Zynq MPSoC platform.

GST_DEBUG=omxvideodec*:5 gst-launch-1.0 -v videotestsrc num-buffers=100 ! video/x-raw,format=NV12,width=320,height=240, framerate=60/1 ! omxh265enc num-slices=8 ! video/x-h265, alignment=nal ! omxh265dec ! fakevideosink

This MR is on top of !41 (closed) which allows a dynamic allocation of necessary buffer to encode/decode subframes.

This MR is part of:

gst-plugins-base!454 (merged)

Thx to @ndufresne and @gdesmott who contributed actively to this work.

Edited by Stéphane Cerveau

Merge request reports