Skip to content

vaapidecode: don't error if can't push buffers downtream

When the code path goes to push buffers downstream when no surface available in decoder context, and it fails the code bails out with a fatal error.

That behavior is wrong, since it shouldn't be fatal. The use case is when the video stream is disabled.

This patch just ignores the errors in this situation and demotes the level of a log message.

This patch mitigates #166 (closed)

Edited by Víctor Manuel Jáquez Leal

Merge request reports