Skip to content

h265decoder: Do not abort when failed to prepare ref pic set

Currently the element calls abort when failed to prepare reference picture set. This can happent when the input stream is somehow corrupted, like a rtsp strem with lost packets. Now it will only return with GST_FLOW_ERROR instead of terminating whole process.

Merge request reports