mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-16 08:56:45 -05:00
alsa-source: fix class
This commit is contained in:
parent
82129a65b9
commit
304a6d1796
1 changed files with 1 additions and 1 deletions
|
|
@ -581,7 +581,7 @@ static int impl_node_process_output(struct spa_node *node)
|
||||||
}
|
}
|
||||||
|
|
||||||
static const struct spa_dict_item node_info_items[] = {
|
static const struct spa_dict_item node_info_items[] = {
|
||||||
{ "media.class", "Audio/Sink" },
|
{ "media.class", "Audio/Source" },
|
||||||
};
|
};
|
||||||
|
|
||||||
static const struct spa_dict node_info = {
|
static const struct spa_dict node_info = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue