mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
vc1: fix decode_sequence_end() to return success, not EOS.
This commit is contained in:
parent
b24752da4f
commit
142e13f637
1 changed files with 1 additions and 1 deletions
|
@ -351,7 +351,7 @@ decode_sequence_end(GstVaapiDecoderVC1 *decoder)
|
|||
if (status != GST_VAAPI_DECODER_STATUS_SUCCESS)
|
||||
return status;
|
||||
}
|
||||
return GST_VAAPI_DECODER_STATUS_END_OF_STREAM;
|
||||
return GST_VAAPI_DECODER_STATUS_SUCCESS;
|
||||
}
|
||||
|
||||
static GstVaapiDecoderStatus
|
||||
|
|
Loading…
Reference in a new issue