vc1: fix decode_sequence_end() to return success, not EOS.

This commit is contained in:
Gwenole Beauchesne 2013-01-15 17:10:56 +01:00
parent b24752da4f
commit 142e13f637

View file

@ -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