[MOVED FROM BAD 011/134] vp8dec: Fix decoding of invisible frames
This commit is contained in:
parent
de308639da
commit
dd38c5c993
@ -367,6 +367,9 @@ gst_vp8_dec_handle_frame (GstBaseVideoDecoder * decoder, GstVideoFrame * frame)
|
||||
do {
|
||||
vpx_img_free (img);
|
||||
} while ((img = vpx_codec_get_frame (&dec->decoder, &iter)));
|
||||
} else {
|
||||
/* Invisible frame */
|
||||
gst_base_video_decoder_skip_frame (decoder, frame);
|
||||
}
|
||||
out:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user