OpenVisualCloud / Media-Transport-Library

A real-time media transport(DPDK, AF_XDP, RDMA) stack for both raw and compressed video based on COTS hardware.
BSD 3-Clause "New" or "Revised" License
171 stars 55 forks source link

Fix: Checking ret code of the created buffer when MTL_GPU_DIRECT_ENABLED i… #974

Closed PanKaker closed 2 months ago

PanKaker commented 2 months ago

This PR fixes MTL_GPU_DIRECT_ENABLED feature.

The ret code of created buffers are checked before working with the frame.

Co-authored-by: DawidWesierski4 dawid.wesierski@intel.com