Skip to content

Hantro G1 H.264 support

Philipp Zabel requested to merge pH5/gst-plugins-bad:hantro into master

The Hantro G1 H.264 hardware decoder parses slice headers itself, but it needs some assistance. Particularly, it needs to be told the size of the dec_ref_pic_marking() syntax element and the total size of the pic_order_cnt related syntax elements in bits. These sizes can be passed to the hardware via the V4L2 request API.

Merge request reports