element: Add note about racyness to gst_element_set_locked_state()
This is racy if the state lock of the parent bin is not taken. The parent bin might've just checked the flag in another thread and as the next step proceed to change the child element's state.
Loading
Please register or sign in to comment