- Jun 12, 2020
-
-
Julian Bouzas authored
-
Julian Bouzas authored
-
Julian Bouzas authored
-
Julian Bouzas authored
-
Julian Bouzas authored
-
- Jun 11, 2020
-
-
Julian Bouzas authored
-
George Kiagiadakis authored
-
- Jun 10, 2020
-
-
George Kiagiadakis authored
-
George Kiagiadakis authored
-
George Kiagiadakis authored
By mistake, WpImplNode was developed by keeping in mind that the proxy returned by pw_core_export() is a PW_TYPE_INTERFACE_Node, but this is not true. It's actually a ClientNode... Unfortunately, making WpImplNode work as if it was a WpNode is not so easy, especially when it comes to handling params, which need to be queried syncrhonously on the underlying spa_node. So, instead of fixing WpImplNode to work as a WpNode, we choose to disconnect them. This way, WpImplNode will not be used as a proxy in the registry and the registry will normally create WpNode proxies instead, making round-trips through the server to change node params.
-
- Jun 08, 2020
-
-
Julian Bouzas authored
-
- Jun 07, 2020
-
-
Julian Bouzas authored
-
Julian Bouzas authored
-
Julian Bouzas authored
reserve-device: don't increment jack_n_acquired if it is 0 and use the updated value when setting data
-
- Jun 05, 2020
-
-
Julian Bouzas authored
-
- Jun 03, 2020
-
-
George Kiagiadakis authored
-
- Jun 02, 2020
-
-
Julian Bouzas authored
-
Julian Bouzas authored
-
Julian Bouzas authored
-
George Kiagiadakis authored
endpoint.description is now the user-friendly string we want the endpoint name to be machine-friendly because it's the identifier that we store in m-session-settings
-
George Kiagiadakis authored
-
George Kiagiadakis authored
- fall back to the default logic if node.target is set but it doesn't exist - use the default endpoint if it is within the [target-endpoint] matches; this way we can use a config file to override just the stream name, for instance, while still respecting the default endpoint - prefer use of the lookup methods instead of manual iterations previously the default endpoint was not respected because our config files have a [target-endpoint] table..
-
George Kiagiadakis authored
-
Julian Bouzas authored
-
Julian Bouzas authored
m-device-activation: use wp_core_timeout_add_closure instead of wp_core_timeout_add in reserve node API
-
Julian Bouzas authored
-
Julian Bouzas authored
-
Julian Bouzas authored
-
Julian Bouzas authored
-
Julian Bouzas authored
This allows dbus requests to be done inside the task callback
-
Julian Bouzas authored
-
Julian Bouzas authored
-
Julian Bouzas authored
-
Julian Bouzas authored
-
- May 29, 2020
-
-
Julian Bouzas authored
-
Julian Bouzas authored
m-config-static-nodes: remove unneeded 'conected' callback and create static nodes when the plugin is activated
-
- May 26, 2020
-
-
Julian Bouzas authored
-
Julian Bouzas authored
-
Julian Bouzas authored
-
Julian Bouzas authored
This module suspends a node if idle for at least 3 seconds
-