mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20:36 +00:00
mpeg2: fix decoding at end-of-sequence.
This commit is contained in:
parent
60e515e0b7
commit
3bc68b5b32
1 changed files with 0 additions and 3 deletions
|
@ -444,9 +444,6 @@ decode_sequence_end(GstVaapiDecoderMpeg2 *decoder)
|
|||
status = decode_current_picture(decoder);
|
||||
if (status != GST_VAAPI_DECODER_STATUS_SUCCESS)
|
||||
return status;
|
||||
status = render_picture(decoder, priv->current_picture);
|
||||
if (status != GST_VAAPI_DECODER_STATUS_SUCCESS)
|
||||
return status;
|
||||
}
|
||||
|
||||
if (priv->next_picture) {
|
||||
|
|
Loading…
Reference in a new issue