- Jul 12, 2019
-
-
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
-
George Kiagiadakis authored
-
- Jun 27, 2019
-
-
George Kiagiadakis authored
If we have properties, strtok will return strings from there as tokens and the error will appear later as we will attempt to parse an incomplete GVariant. It is better to catch this early so that we can print a more useful error message.
-
George Kiagiadakis authored
So now we can do: --- load-module C foo { "property": <"value"> } --- The starting brace is still required to be on the same line as the load-module.
-
George Kiagiadakis authored
Properties are expected to be a GVariant a{sv} dictionary, specified in the GVariant text format: https://developer.gnome.org/glib/stable/gvariant-text.html
-
George Kiagiadakis authored
-
George Kiagiadakis authored
Unregister fixes See merge request gkiagia/wireplumber!14
-
Julian Bouzas authored
-