Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
wireplumber
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pkg
wireplumber
Commits
bb78b6bb
Commit
bb78b6bb
authored
4 years ago
by
George Kiagiadakis
Browse files
Options
Downloads
Patches
Plain Diff
doc: remove references to WpImplEndpoint that is now private
parent
4adf6105
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
lib/wp/endpoint.c
+0
-4
0 additions, 4 deletions
lib/wp/endpoint.c
lib/wp/object-manager.c
+3
-3
3 additions, 3 deletions
lib/wp/object-manager.c
with
3 additions
and
7 deletions
lib/wp/endpoint.c
+
0
−
4
View file @
bb78b6bb
...
@@ -15,10 +15,6 @@
...
@@ -15,10 +15,6 @@
*
*
* A #WpEndpoint is constructed internally when a new endpoint appears on the
* A #WpEndpoint is constructed internally when a new endpoint appears on the
* PipeWire registry and it is made available through the #WpObjectManager API.
* PipeWire registry and it is made available through the #WpObjectManager API.
*
* A #WpImplEndpoint allows implementing an endpoint and exporting it to
* PipeWire, which is done by augmenting the #WpImplEndpoint with
* %WP_PROXY_FEATURE_BOUND.
*/
*/
#include
"endpoint.h"
#include
"endpoint.h"
...
...
This diff is collapsed.
Click to expand it.
lib/wp/object-manager.c
+
3
−
3
View file @
bb78b6bb
...
@@ -22,9 +22,9 @@
...
@@ -22,9 +22,9 @@
* that created them appears in the #WpObjectManager (as soon as its
* that created them appears in the #WpObjectManager (as soon as its
* %WP_PROXY_FEATURE_BOUND is enabled)
* %WP_PROXY_FEATURE_BOUND is enabled)
* * local PipeWire objects that are being exported to PipeWire
* * local PipeWire objects that are being exported to PipeWire
* (#WpImplNode,
#
WpImplEndpoint, etc); these appear in the
#WpObjectManager
* (#WpImplNode, WpImplEndpoint
[private]
, etc); these appear in the
* as soon as they are exported (so, when their
%WP_PROXY_FEATURE_BOUND
*
#WpObjectManager
as soon as they are exported (so, when their
* is enabled)
*
%WP_PROXY_FEATURE_BOUND
is enabled)
* * WirePlumber-specific objects, such as WirePlumber factories
* * WirePlumber-specific objects, such as WirePlumber factories
*
*
* To start an object manager, you first need to declare interest in a certain
* To start an object manager, you first need to declare interest in a certain
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment