Bump pipewire to 0.10#144
Merged
Merged
Conversation
- Context -> ContextRc - MainLoop -> MainLoopRc - Properties -> PropertiesBox - Stream -> StreamBox
Owner
|
I'm gonna "fast track" as it were this one, and rebase #143 on this to see if this solves my linux woes |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
The pipewire crate on version 0.8 used in
mainseems to break when upgrading the libpipewire system lib to 1.6.The hope is that merely updating pipewire to 0.10 fixes the problem, while continuing to work on libpipewire 1.4.
Pipewire 0.9 had quite a few breaking changes but they seem to be fairly straightforward renames.
Context->ContextRcMainLoop->MainLoopRcProperties->PropertiesBoxStream->StreamBoxType of Change
How Has This Been Tested?
Tested on our production system that uses interflow and pipewire extensively.
Checklist:
need to be validated manually (i.e. a new audio driver), use examples that can be run to easily validate them.
Screenshots (if appropriate):
Additional Notes:
Add any additional notes about the PR here.