Skip to content

Revert "glupload: Fix caps query with no filter"

This reverts commit 6f9ae5d7.

The _transform_caps() function can't tell the difference between the caller wanting to know the output caps for the current method, or all possible output caps. If it includes caps for all possible methods, glupload can end up negotiating and sending the wrong output caps downstream.

Partially reverts !2687 (merged) Fixes #1310 (closed)

Merge request reports