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
2ec43ea8
Commit
2ec43ea8
authored
4 years ago
by
Julian Bouzas
Browse files
Options
Downloads
Patches
Plain Diff
wp: remove initialization of wireplumber types
parent
866ede21
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib/wp/wp.c
+1
-8
1 addition, 8 deletions
lib/wp/wp.c
with
1 addition
and
8 deletions
lib/wp/wp.c
+
1
−
8
View file @
2ec43ea8
...
...
@@ -62,16 +62,9 @@ wp_init (WpInitFlags flags)
if
(
flags
&
WP_INIT_SET_PW_LOG
&&
!
g_getenv
(
"WIREPLUMBER_NO_PW_LOG"
))
pw_log_set_level
(
lvl
);
if
(
flags
&
WP_INIT_SPA_TYPES
)
{
if
(
flags
&
WP_INIT_SPA_TYPES
)
wp_spa_type_init
(
TRUE
);
/* Register custom wireplumber session types */
wp_spa_type_register
(
WP_SPA_TYPE_TABLE_PROPS
,
"Wp:Pod:Object:Param:Props:defaultSource"
,
"Wp:defaultSource"
);
wp_spa_type_register
(
WP_SPA_TYPE_TABLE_PROPS
,
"Wp:Pod:Object:Param:Props:defaultSink"
,
"Wp:defaultSink"
);
}
/* ensure WpProxy subclasses are loaded, which is needed to be able
to autodetect the GType of proxies created through wp_proxy_new_global() */
g_type_ensure
(
WP_TYPE_CLIENT
);
...
...
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