Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • W wireplumber
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 141
    • Issues 141
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 9
    • Merge requests 9
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • PipeWirePipeWire
  • wireplumber
  • Merge requests
  • !132

Session item policy

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Julian Bouzas requested to merge julian/wireplumber:session-item-policy into master Mar 26, 2021
  • Overview 0
  • Commits 17
  • Pipelines 1
  • Changes 28

This MR refactors wireplumber to not use endpoints at all. The following changes have been done:

  • The si-standard-link session item can work with any session item that implements the WpSiPortInfo interface.
  • The si-node, si-audio-adapter and si-audio-convert session items don't implement WpSiEndpoint anymore
  • A new si-audio-endpoint session item has been added (needed in order to keep current si-standard-link unit test to pass as it uses the wp_endpoint_create_link API)
  • The old create-endpoint.lua script has been removed
  • A new create-item.lua script has been added to create all session items.
  • A new policy-node.lua scrupt has been added to link nodes with each-other
  • Adds an "id" property in the session item base class, this makes handling session items in Lua scripts easier.
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: session-item-policy