Skip to content

va: don't use GST_ELEMENT_WARNING in set_context() vmethod

Since bins can set the context of their children elements, the set_context() vmethod shouldn't call bus messages post methods, since it locks the parent object, the bin, which might be already locked, leading to a deadlock.

Fixes: #3706 (closed)

Merge request reports