mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
h264: handle end-of-stream NALU.
Handle <end-of-stream> NAL unit to actually flush any pending picture from the DPB.
This commit is contained in:
parent
236e8833d1
commit
34162f5001
1 changed files with 1 additions and 0 deletions
|
@ -2743,6 +2743,7 @@ decode_unit(GstVaapiDecoderH264 *decoder, GstVaapiDecoderUnit *unit)
|
|||
status = decode_slice(decoder, unit);
|
||||
break;
|
||||
case GST_H264_NAL_SEQ_END:
|
||||
case GST_H264_NAL_STREAM_END:
|
||||
status = decode_sequence_end(decoder);
|
||||
break;
|
||||
case GST_H264_NAL_SEI:
|
||||
|
|
Loading…
Reference in a new issue