- Jun 11, 2019
-
-
George Kiagiadakis authored
-
George Kiagiadakis authored
-
- Jun 10, 2019
-
-
George Kiagiadakis authored
Endpoint linking See merge request gkiagia/wireplumber!5
-
Julian Bouzas authored
-
Julian Bouzas authored
-
- Jun 06, 2019
-
-
Julian Bouzas authored
-
- Jun 05, 2019
-
-
George Kiagiadakis authored
This is implemented in a slightly hacky way, we register the GMainLoop as a global object and use it from the module to quit the daemon. This is bad design because the module assumes it is loaded inside our daemon. In the future, this should change. It looks like we should have an object that tracks the state of PipeWire and main() should track state changes of that object and decide what to do.
-
George Kiagiadakis authored
-
George Kiagiadakis authored
-
George Kiagiadakis authored
-
- May 31, 2019
-
-
George Kiagiadakis authored
-
- May 30, 2019
-
-
George Kiagiadakis authored
endpoint: fix bug when linking endpoints See merge request gkiagia/wireplumber!4
-
Julian Bouzas authored
-
- May 29, 2019
-
-
George Kiagiadakis authored
This allows loading of config and modules when deployed in the target system without setting environment variables.
-
George Kiagiadakis authored
-
George Kiagiadakis authored
-
- May 28, 2019
-
-
George Kiagiadakis authored
SPA_POD_Id is reserved for spa type IDs, not arbitrary implementation IDs
-
George Kiagiadakis authored
-
- May 26, 2019
-
-
George Kiagiadakis authored
-
George Kiagiadakis authored
and also implement * global-added/removed signals * a foreach function to iterate through globals * registering modules and factories with the same key
-
George Kiagiadakis authored
-
George Kiagiadakis authored
-
George Kiagiadakis authored
-
- May 25, 2019
-
-
George Kiagiadakis authored
-
George Kiagiadakis authored
g_weak_ref_clear destroys the weak ref, so it will crash when _finalize() tries to destroy it again
-
George Kiagiadakis authored
-
George Kiagiadakis authored
-
George Kiagiadakis authored
-
- May 24, 2019
-
-
Julian Bouzas authored
-
Julian Bouzas authored
-
George Kiagiadakis authored
This changes the registration point to be the endpoint and not the session manager, as it seems easier to implement (the implementation will not need to keep a pointer to the session manager around)
-
- May 23, 2019
-
-
Julian Bouzas authored
-
- May 22, 2019
-
-
Julian Bouzas authored
-
George Kiagiadakis authored
-
George Kiagiadakis authored
-
George Kiagiadakis authored
-
George Kiagiadakis authored
-
- May 21, 2019
-
-
George Kiagiadakis authored
-
George Kiagiadakis authored
* Make streams a GVariant array, for future-proofness * Add API for controls (volume, mute, brightness, contrast, etc...) * Remove API for profiles (it's not well-thought; may be re-added in the future)
-
- May 17, 2019
-
-
George Kiagiadakis authored
-