d3d11videosink: 2-3 times slower than d3dvideosink when decoding to RGBA
Test file:
This pipeline:
gst-launch-1.0.exe filesrc location=test.mkv ! matroskademux ! h264parse ! avdec_h264 ! videoconvert ! d3d11videosink
is significantly slower than this one:
gst-launch-1.0.exe filesrc location=c://temp//test.mkv ! matroskademux ! h264parse ! avdec_h264 ! videoconvert ! d3dvideosink
on Windows 10, on VM and Coffee Lake bare metal
Edited by Aaron Boxer