Skip to content

appsrc: Don't chain up `BaseSrc::negotiate()`

If we have caps then we can only set exactly those caps, if we have no caps yet then negotiating anything is not very meaningful because the caps are defined by the application and not downstream.

Avoids, among other things, an unnecessary allocation query and spurious useless caps being set before the first buffer.

Merge request reports