Skip to content

adaptivedemux: Store QoS values on the element

Edward Hervey requested to merge bilboed/gst-plugins-bad:adaptive-qos into master

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

Merge request reports