d3d11decoder: Don't print error log when no DPB texture is available
authorSeungha Yang <seungha@centricular.com>
Thu, 10 Jun 2021 14:35:38 +0000 (23:35 +0900)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Mon, 14 Jun 2021 07:02:20 +0000 (07:02 +0000)
commita63539b213f340aea82bc496641f1d5e553eb64e
tree0783ce7a14c76c61a07aee517e8bcc02c55a3235
parent8530ac286abf6743e4f72113199b17e416d71226
d3d11decoder: Don't print error log when no DPB texture is available

... but we are flushing. The condition is quite expected situation
when pipeline is in the middle of seeking operation.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2320>
sys/d3d11/gstd3d11decoder.cpp
sys/d3d11/gstd3d11h264dec.cpp
sys/d3d11/gstd3d11h265dec.cpp
sys/d3d11/gstd3d11mpeg2dec.cpp
sys/d3d11/gstd3d11vp8dec.cpp
sys/d3d11/gstd3d11vp9dec.cpp