Skip to content

d3d11videosink: Ensure upload staging texture to fallback render texture

gst_video_frame_copy will copy input frame to stating texture of fallback frame. Then, we need to map fallback texture with GST_MAP_D3D11 flag to upload the staging texture to render texture. Otherwise the render texture wouldn't be updated.

Edited by Seungha Yang

Merge request reports