Skip to content

vah264enc: Invert video codec frame dependency.

Instead of using GstMiniObject to hold H264 frame, now it uses a plain structure. Besides, instead of holding a reference to GstVideoCodecFrame, the H264 frame structure is set as a GstVideoCodecFrame user data.

@He_Junyan please give it a look and a try, perhaps I missed something. What do you think about this approach?

Merge request reports