mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
decoder: h265: Fix offset calculation in codec_data parsing
https://bugzilla.gnome.org/show_bug.cgi?id=762922
This commit is contained in:
parent
1b11e357d8
commit
a486942ba2
1 changed files with 1 additions and 0 deletions
|
@ -2688,6 +2688,7 @@ gst_vaapi_decoder_h265_decode_codec_data (GstVaapiDecoder *
|
|||
goto cleanup;
|
||||
break;
|
||||
}
|
||||
ofs = pi->nalu.offset + pi->nalu.size;
|
||||
gst_vaapi_parser_info_h265_replace (&pi, NULL);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue