- May 03, 2020
-
-
George Kiagiadakis authored
-
George Kiagiadakis authored
- Use similar code for consistency - Add changed signals everywhere - Port to the new object-manager API
-
George Kiagiadakis authored
signal handlers expect FEATURE_BOUND to be set
-
- May 01, 2020
-
-
George Kiagiadakis authored
-
George Kiagiadakis authored
-
George Kiagiadakis authored
-
- Apr 27, 2020
-
-
George Kiagiadakis authored
This way we can more easily distinguish different objects when looking at the log, although it's not perfect
-
George Kiagiadakis authored
Add the 'const' attribute to let the compiler know that it doesn't need to call it multiple times for the same debug level argument, since the enabled log levels cannot change at runtime.
-
- Apr 24, 2020
-
-
George Kiagiadakis authored
-
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
-