GstInterpipe - Caps Negotiation

From RidgeRun Developer Wiki
Revision as of 10:19, 9 April 2020 by Spalli (talk | contribs)




Previous: Dynamic Switching Index Next: Event Forwarding




This page contains a detailed description of the GstInterpipe Caps Negotiation feature.


GstInterpipe takes into account the node and all its listeners during the caps negotiation process. It is guaranteed that the resulting supported set of caps will be an intersection between all the listeners and node caps. This only applies to the listeners that are connected during the caps negotiation process. If a listener is adhered later, it will be handled independently (see Dynamic Switching).

The following figure shows this concept.

Caps negotiation process


Previous: Dynamic Switching Index Next: Event Forwarding