ignore_inactive_pads


Description:

[ NoAccessorMethod ]
[ Version ( since = "1.20" ) ]
public bool ignore_inactive_pads { get; set; }

Don't wait for inactive pads when live.

An inactive pad is a pad that hasn't yet received a buffer, but that has been waited on at least once.

The purpose of this property is to avoid aggregating on timeout when new pads are requested in advance of receiving data flow, for example the user may decide to connect it later, but wants to configure it already.