- Apr 21, 2020
-
-
George Kiagiadakis authored
+ add the useful _find_proxy() method
-
- Apr 16, 2020
-
-
George Kiagiadakis authored
-
George Kiagiadakis authored
+ expose the export transition in the session item class + make the export-related flags immutable + add an export error flag + update and improve documentation
-
George Kiagiadakis authored
+ replace calling execute_step(..., STEP_ERROR) with rollback + implement deactivate internally using rollback This unifies deactivation steps, which are common between deactivate() and calling execute_step() with WP_TRANSITION_STEP_ERROR at the end of a failed activation transition.
-
George Kiagiadakis authored
-
- Apr 15, 2020
-
-
George Kiagiadakis authored
including wp/spa-props.c currently re-defines G_LOG_DOMAIN in the spa-props.c unit test
-
George Kiagiadakis authored
This allows filtering messages without a domain using WIREPLUMBER_DEBUG
-
- Apr 14, 2020
-
-
George Kiagiadakis authored
+ enable the new log writer on the executables + enable structured logging in the tests
-
George Kiagiadakis authored
-
George Kiagiadakis authored
-
George Kiagiadakis authored
-
George Kiagiadakis authored
This extends GLib's logging system, so it is compatible with g_debug() and friends, but it uses a better logging format and supports filtering debug domains with wildcards, like in gst.
-
- Apr 13, 2020
-
-
Julian Bouzas authored
-
- Apr 11, 2020
-
-
George Kiagiadakis authored
-
George Kiagiadakis authored
-
- Apr 09, 2020
-
-
Julian Bouzas authored
-
George Kiagiadakis authored
-
George Kiagiadakis authored
* It should be possible to activate/deactivate while an item is exported (if the item supports it, but that's a subclass matter) * It should be possible to deactivate without resetting configuration
-
- Apr 07, 2020
-
-
Julian Bouzas authored
-
- Apr 01, 2020
-
-
George Kiagiadakis authored
-
George Kiagiadakis authored
-
George Kiagiadakis authored
-
George Kiagiadakis authored
-
- Mar 31, 2020
-
-
George Kiagiadakis authored
-
George Kiagiadakis authored
-
George Kiagiadakis authored
-
George Kiagiadakis authored
To ease the use case where we are only interested in the id and not the proxy object itself
-
George Kiagiadakis authored
-
George Kiagiadakis authored
This feature enables the caching of WpEndpointStream objects inside WpEndpoint, making information about streams readily accessible to the user of an endpoint
-
George Kiagiadakis authored
-
George Kiagiadakis authored
-
George Kiagiadakis authored
-
George Kiagiadakis authored
This allows having constraints on the pw properties and the GObject properties of the proxy, instead of just on the global properties. This is only useful for constraints on impl proxies, since the globals coming from the registry don't have a proxy object associated at the time they are added in the object managers
-
George Kiagiadakis authored
-
George Kiagiadakis authored
-
George Kiagiadakis authored
-
George Kiagiadakis authored
... and use pw_properties_update() underneath
-
George Kiagiadakis authored
-
George Kiagiadakis authored
-
George Kiagiadakis authored
-