Skip to content

queue2: Fix modes in scheduling query handling

Jonathan Matthew requested to merge jmatthew/gstreamer:queue2-query into master

Create a new query to send upstream and copy the flags across from it, rather than reusing the same query, as this allows us to prevent use of pull mode when we don't have a download file.

Fixes: #629 (closed)

Merge request reports