Skip to content
Snippets Groups Projects
Commit af5da7a3 authored by Julian Bouzas's avatar Julian Bouzas Committed by George Kiagiadakis
Browse files

src: config: update default wireplumber configuration to work with new config-endpoint module

parent 17ee1959
No related branches found
No related tags found
No related merge requests found
......@@ -4,5 +4,5 @@ properties = [
]
[endpoint]
type = "pw-audio-softdsp-endpoint"
direction = "sink"
session = "audio"
type = "si-adapter"
......@@ -4,5 +4,5 @@ properties = [
]
[endpoint]
type = "pw-audio-softdsp-endpoint"
direction = "source"
session = "audio"
type = "si-adapter"
[match-node]
properties = [
{ name = "media.class", value = "Stream/Input/Video" },
{ name = "media.class", value = "Stream/Input/Audio" },
]
[endpoint]
direction = "sink"
type = "video-endpoint"
session = "audio"
type = "si-adapter"
[match-node]
properties = [
{ name = "media.class", value = "Stream/Input/Audio" },
{ name = "media.class", value = "Stream/Input/Video" },
]
[endpoint]
direction = "sink"
type = "pw-audio-softdsp-endpoint"
session = "video"
type = "si-simple-node-endpoint"
......@@ -4,5 +4,5 @@ properties = [
]
[endpoint]
direction = "source"
type = "pw-audio-softdsp-endpoint"
session = "audio"
type = "si-adapter"
......@@ -4,5 +4,5 @@ properties = [
]
[endpoint]
direction = "source"
type = "video-endpoint"
session = "video"
type = "si-simple-node-endpoint"
......@@ -4,5 +4,5 @@ properties = [
]
[endpoint]
type = "video-endpoint"
direction = "sink"
session = "video"
type = "si-simple-node-endpoint"
......@@ -4,5 +4,5 @@ properties = [
]
[endpoint]
type = "video-endpoint"
direction = "source"
session = "video"
type = "si-simple-node-endpoint"
......@@ -5,6 +5,8 @@ properties = [
]
[endpoint]
type = "pw-audio-softdsp-endpoint"
direction = "sink"
session = "audio"
type = "si-adapter"
[endpoint.config]
priority = 1
......@@ -5,6 +5,8 @@ properties = [
]
[endpoint]
type = "pw-audio-softdsp-endpoint"
direction = "source"
session = "audio"
type = "si-adapter"
[endpoint.config]
priority = 1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment