From 03f1ff20427c19e1081ab955628014668a5d4c43 Mon Sep 17 00:00:00 2001 From: Seungha Yang Date: Fri, 26 Mar 2021 22:40:34 +0900 Subject: [PATCH] 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: --- sys/d3d11/gstd3d11vp9dec.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys/d3d11/gstd3d11vp9dec.cpp b/sys/d3d11/gstd3d11vp9dec.cpp index 72c8234..60c4b1a 100644 --- a/sys/d3d11/gstd3d11vp9dec.cpp +++ b/sys/d3d11/gstd3d11vp9dec.cpp @@ -483,8 +483,6 @@ gst_d3d11_vp9_dec_output_picture (GstVp9Decoder * decoder, GstBuffer *view_buffer; gboolean direct_rendering = FALSE; - g_assert (picture->frame_hdr.show_frame); - GST_LOG_OBJECT (self, "Outputting picture %p", picture); view_buffer = (GstBuffer *) gst_vp9_picture_get_user_data (picture); -- 2.7.4