wireplumber/tests/modules/endpoint-creation/streams/audio-source.endpoint
Julian Bouzas 7d35191091 m-config-endpoint: refactor and rename to endpoint-creation
Allows implementing device specific endpoint creation logic, which is currently
needed for bluetooth endpoints as they need to be created differenly.
2020-10-05 11:35:24 -04:00

15 lines
274 B
Text

[match-node]
properties = [
{ name = "media.class", value = "Audio/Source" },
]
[endpoint]
session = "default"
type = "si-adapter"
streams = "default.streams"
[endpoint.config]
name = "audiotestsrc-endpoint"
media_class = "Audio/Source"
role = "Multimedia"
priority = 0