alsa-source: fix class

This commit is contained in:
Wim Taymans 2017-09-18 19:15:09 +02:00
parent 82129a65b9
commit 304a6d1796

View file

@ -581,7 +581,7 @@ static int impl_node_process_output(struct spa_node *node)
}
static const struct spa_dict_item node_info_items[] = {
{ "media.class", "Audio/Sink" },
{ "media.class", "Audio/Source" },
};
static const struct spa_dict node_info = {