- Jul 25, 2019
-
-
Julian Bouzas authored
-
- Jul 15, 2019
-
-
Julian Bouzas authored
-
- Jul 12, 2019
-
-
George Kiagiadakis authored
Avoids crashing if a rescan is scheduled but the policy module is destroyed in the meantime
-
George Kiagiadakis authored
* Every client has a priority based on its role * For playback, we allow only a single client to play at a time * For capture, we allow all clients to capture simultaneously * Every time the "selected" device changes (either because devices are discovered/removed or because the user changed the selection), the clients are re-linked to the new "selected" device. * When a playback client quits and there are others waiting unlinked, the highest priority one is linked automatically. * This also properly fixes re-linking the correct client(s) to the correct device(s) when wireplumber exits and restarts.
-
George Kiagiadakis authored
-
George Kiagiadakis authored
Delay unhandled clients See merge request gkiagia/wireplumber!20
-
Julian Bouzas authored
-
Julian Bouzas authored
-
George Kiagiadakis authored
Fix doc warnings See merge request gkiagia/wireplumber!19
-
Julian Bouzas authored
-
George Kiagiadakis authored
This allows linking the client to the stream that has the same name as the role that it requests.
-
- Jul 11, 2019
-
-
George Kiagiadakis authored
It so happens that sometimes the client proxy is created and destroyed immediately, almost instantly, which causes this code to crash in case the proxy pointer is gone when our idle callback tries to destroy it. This change makes the whole operation safe.
-
- Jul 10, 2019
-
-
George Kiagiadakis authored
Stop client See merge request gkiagia/wireplumber!18
-
Julian Bouzas authored
-
Julian Bouzas authored
-
Julian Bouzas authored
-
Julian Bouzas authored
-
Julian Bouzas authored
-
Julian Bouzas authored
-
Julian Bouzas authored
-
Julian Bouzas authored
-
George Kiagiadakis authored
See merge request !16
-
- Jul 09, 2019
-
-
Julian Bouzas authored
-
George Kiagiadakis authored
Currently, the stream names have to be duplicated in the configuration file. This is going to change in a future version.
-
George Kiagiadakis authored
... and simplify some code there
-
George Kiagiadakis authored
-
George Kiagiadakis authored
-
George Kiagiadakis authored
-
George Kiagiadakis authored
This is currently the documented way of describing controls that have an effect on all streams
-
George Kiagiadakis authored
-
Julian Bouzas authored
-
Julian Bouzas authored
-
- Jul 08, 2019
-
-
George Kiagiadakis authored
simple-endpoint-link: dont link already linked ports See merge request gkiagia/wireplumber!17
-
- Jul 05, 2019
-
-
Julian Bouzas authored
-
- Jul 01, 2019
-
-
George Kiagiadakis authored
Async endpoint links See merge request gkiagia/wireplumber!15
-
- Jun 28, 2019
-
-
Julian Bouzas authored
-
Julian Bouzas authored
-
Julian Bouzas authored
-
Julian Bouzas authored
-
George Kiagiadakis authored
-