h264decoder: decoding artifacts
Hello,
we are expericing some issue decoding the following file.
Please try this pipeline:
C:\gstreamer\1.0\mingw_x86_64\bin\gst-launch-1.0.exe -v filesrc location="C:/tmp/a.mkv" ! matroskademux ! d3d11h264dec ! d3d11videosink
or this one
C:\gstreamer\1.0\mingw_x86_64\bin\gst-launch-1.0.exe filesrc location="C:/tmp/a.mkv" ! matroskademux ! d3d11h264dec ! jpegenc ! multifilesink location=C:/tmp/frames/%05d.jpg
You should see corrupted frames like this
If we replace d3d11h264dec
with avdec_h264
the video is decoded correctly, so this looks like an issue in d3d11h264dec
The problem only occurs with some videos like the shared one, others are decoded correctly.
GStreamer version: 1.22.8 on Windows 10 and 11
Thank you