- Apr 24, 2020
-
-
George Kiagiadakis authored
The 'installed' signal can be used to know that there are no known objects that are being prepared internally, so the object manager is ready to use. This also improves internal state management so that the 'objects-changed' signal cannot be fired earlier than it should. Previously there were corner cases with complex proxy features, as the object manager relied on the fact that after a core 'sync' it is safe to assume that all proxies are augmented... that's not always the case.
-
- Apr 23, 2020
-
-
George Kiagiadakis authored
-
George Kiagiadakis authored
-
George Kiagiadakis authored
-
George Kiagiadakis authored
+ add a ports-changed signal
-
George Kiagiadakis authored
-
- Apr 22, 2020
-
-
George Kiagiadakis authored
+ better logs by default + allow loading modules in tests
-
George Kiagiadakis authored
-
George Kiagiadakis authored
-
George Kiagiadakis authored
-
George Kiagiadakis authored
This is a simpler endpoint implementation that does not require any node setup. It should be good to use with test nodes (fakesrc/fakesink), V4L2 nodes, and maybe others in the future.
-
George Kiagiadakis authored
Implementations are not required to provide implementations for these if they don't need them
-
George Kiagiadakis authored
-
George Kiagiadakis authored
-
George Kiagiadakis authored
-
- Apr 21, 2020
-
-
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
+ 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
-