mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-26 10:10:32 +00:00
vaapidecode: compilation fix
gst_vaapi_decoder_state_changed() returns void. This patch fixes the compilation where the toolchain uses restrictive flags as clang. Signed-off-by: Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
This commit is contained in:
parent
32d1c5adff
commit
b8068874d5
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ gst_vaapi_decoder_state_changed (GstVaapiDecoder * decoder,
|
|||
if (!gst_vaapi_decode_input_state_replace (decode, codec_state))
|
||||
return;
|
||||
if (!gst_vaapidecode_update_sink_caps (decode, decode->input_state->caps))
|
||||
return FALSE;
|
||||
return;
|
||||
|
||||
decode->do_renego = TRUE;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue