Skip to content

urisourcebin: fix deadlock between object and state lock

gst_uri_source_bin_change_state() is trying to get the object lock while already holding the state lock (from gstelement.c), so use the same odering in setup_parsebin_for_slot() to prevent deadlocks.

Fix #3323 (closed)

Closes #3323 (closed)

Merge request reports