Skip to content

{cuda,d3d11,d3d12}memory: Fix outstanding memory count tracing

Seungha Yang requested to merge seungha.yang/gstreamer:gpu-mem-fix into main
    d3d11memory, d3d12memory: Fix outstanding memory count tracing

    Gets being released memory back to queue even if allocator is flushing
    in order to count the number of outstanding memory objects.
    Also, clear queue if there's no outstanding memory object and
    allocator is flushing
    tests: d3d11: Add buffer pool test
    cudamemory: Fix outstanding memory count tracing

    Gets being released memory back to queue even if allocator is flushing
    in order to count the number of outstanding memory objects.
    And fixing double count increment
    tests: cuda: Add buffer pool test

Merge request reports