Skip to content

nlecomposition: do not query position downstream

The position downstream is a streaming position and not a pipeline position. So the value is wrong when we want to commit the pipeline.

When the seek is performed with a filesink scheme, the downstream position change until it reaches the queue limit. flesink always reports query failed on TIME.

Fixes #136 (closed)

Merge request reports