Skip to content

Do not reset video decoder context upon preprocess/postprocess cycles.

Simon Morlat requested to merge fix/support-issues into release/5.3

This is causing the loss of the decoding context. There are many situations where mediastreamer2 graph is being detached and immediately attached again, there is no reason for this to cause a video interruption.

Merge request reports