adaptivedemux: Store QoS values on the element
Storing it per-stream requires taking the manifest lock which can apparenly be hold for aeons. And since the QoS event comes from the video rendering thread we really do not want to do that.
Storing it as-is in the element is fine, the important part is knowing the earliest time downstream.
Edited by Edward Hervey