Skip to content
Snippets Groups Projects
Commit 6d8adc94 authored by Andreas Traczyk's avatar Andreas Traczyk
Browse files

avmodel: avoid write-locking the mutex when deleting the renderer

During a resize event the the addRenderer function will regenerate a Renderer of the new size. The Renderer destructor will eventually trigger a write-lock in VideoProvider which may deadlock with frame updates to other renderers.

Gitlab: #1161
Change-Id: I3f3b99f6f78ac94218213130d42efcf0884b38fa
parent e8b69145
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment