Skip to content

uriplaylistbin: fix race when handling topology change

Keep the state mutex during the whole decodebin pad-added callback. Fix a race when we were checking if state.waiting_for_ss_eos was set and it was removed before we actually processed the item.

Fix #184 (closed)

Merge request reports