impl-port/audioconvert: add PORT_IGNORE_LATENCY

Add port.ignore-latency prop, which if true causes peer ports to ignore
the latency of the given port.

This is useful for ports that are not intended to affect latency
calculations of other ports, such as ports in monitor streams.
This commit is contained in:
Pauli Virtanen 2023-05-03 19:19:22 +03:00 committed by Wim Taymans
parent 85d2933268
commit 6e17962ad0
5 changed files with 22 additions and 1 deletions

View file

@ -31,6 +31,7 @@ extern "C" {
#define SPA_KEY_PORT_NAME "port.name" /**< a port name */
#define SPA_KEY_PORT_ALIAS "port.alias" /**< a port alias */
#define SPA_KEY_PORT_MONITOR "port.monitor" /**< this port is a monitor port */
#define SPA_KEY_PORT_IGNORE_LATENCY "port.ignore-latency" /**< latency ignored by peers */
/**