Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Julian Bouzas
WirePlumber
Commits
a4d8e85a
Commit
a4d8e85a
authored
Nov 25, 2019
by
George Kiagiadakis
Browse files
proxy: construct WpProxySession for session proxies
parent
82fe7831
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/wp/proxy.c
View file @
a4d8e85a
...
...
@@ -17,6 +17,7 @@
#include
"proxy-link.h"
#include
"proxy-node.h"
#include
"proxy-port.h"
#include
"session.h"
#include
<pipewire/pipewire.h>
#include
<spa/debug/types.h>
...
...
@@ -109,7 +110,7 @@ static struct {
{
PW_TYPE_INTERFACE_Module
,
0
,
wp_proxy_get_type
,
wp_proxy_module_quark
},
{
PW_TYPE_INTERFACE_Device
,
0
,
wp_proxy_get_type
,
wp_proxy_device_quark
},
{
PW_TYPE_INTERFACE_Metadata
,
0
,
wp_proxy_get_type
,
wp_proxy_metadata_quark
},
{
PW_TYPE_INTERFACE_Session
,
0
,
wp_proxy_get_type
,
wp_proxy_session_quark
},
{
PW_TYPE_INTERFACE_Session
,
0
,
wp_proxy_
session_
get_type
,
wp_proxy_session_quark
},
{
PW_TYPE_INTERFACE_Endpoint
,
0
,
wp_proxy_get_type
,
wp_proxy_endpoint_quark
},
{
PW_TYPE_INTERFACE_EndpointStream
,
0
,
wp_proxy_get_type
,
wp_proxy_endpoint_stream_quark
},
{
PW_TYPE_INTERFACE_EndpointLink
,
0
,
wp_proxy_get_type
,
wp_proxy_endpoint_link_quark
},
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment