- Jun 02, 2020
-
-
George Kiagiadakis authored
endpoint.description is now the user-friendly string we want the endpoint name to be machine-friendly because it's the identifier that we store in m-session-settings
-
- May 25, 2020
-
-
George Kiagiadakis authored
+ rename FEATURE_CONTROLS to FEATURE_PROPS + add accessor for the standard spa_param_info (info->params) + hide the low-level params API that nobody uses
-
- May 21, 2020
-
-
Julian Bouzas authored
-
Julian Bouzas authored
-
Julian Bouzas authored
-
- May 19, 2020
-
-
Julian Bouzas authored
-
- May 12, 2020
-
-
Julian Bouzas authored
-
- May 11, 2020
-
-
Julian Bouzas authored
-
George Kiagiadakis authored
This is mostly useful when using the adapter with audiotestsrc, which supports an infinite number of channels. By specifying a preference, we can limit it to the number of channels that we want.
-
George Kiagiadakis authored
-
George Kiagiadakis authored
-
- May 04, 2020
-
-
George Kiagiadakis authored
-
George Kiagiadakis authored
This won't work with WpSpaPod, obviously...
-
George Kiagiadakis authored
-
George Kiagiadakis authored
-
George Kiagiadakis authored
It's not well-defined; we'll come back to that later
-
- May 03, 2020
-
-
George Kiagiadakis authored
This reverts commit 4e8ae293.
-
Julian Bouzas authored
-
Julian Bouzas authored
-
- Apr 23, 2020
-
-
George Kiagiadakis authored
-
- Apr 21, 2020
-
-
Julian Bouzas authored
-
- Apr 16, 2020
-
-
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 09, 2020
-
-
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
-
- Mar 31, 2020
-
-
George Kiagiadakis authored
-
George Kiagiadakis authored
-
George Kiagiadakis authored
This allows the implementation to rollback changes, cancel jobs, etc
-
- Mar 29, 2020
-
-
George Kiagiadakis authored
* introduces API to export session items * introduces small changes in the WpSiEndpoint & WpSiStream interfaces to make it nicer to work with * ports WpImplEndpoint to use PW_TYPE_INTERFACE_Endpoint to export. Depends on: https://gitlab.freedesktop.org/pipewire/pipewire/-/merge_requests/246 (was merged after 0.3.2)
-
George Kiagiadakis authored
-
George Kiagiadakis authored
-