d3d11vp9dec: Ignore show_frame flag in output_picture()
authorSeungha Yang <seungha@centricular.com>
Fri, 26 Mar 2021 13:40:34 +0000 (22:40 +0900)
committerSeungha Yang <seungha@centricular.com>
Fri, 26 Mar 2021 14:50:18 +0000 (14:50 +0000)
commit03f1ff20427c19e1081ab955628014668a5d4c43
treeb4bab2b3d8c30c33c3f96295813fac0fad542834
parent76e5e479be367b9adfaf7ff185cb7b1d5e933ac5
d3d11vp9dec: Ignore show_frame flag in output_picture()

baseclass will not call output_picture() if it shouldn't be ouputted.
Note that the show_frame flag can be zero when show_existing_frame is set

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2114>
sys/d3d11/gstd3d11vp9dec.cpp