spa: remove media.class from null-audio-sink

We can use it with othe media.class values as well
This commit is contained in:
Wim Taymans 2020-12-02 11:47:08 +01:00
parent d6127a4745
commit 4c486c7ae3

View file

@ -286,7 +286,6 @@ static int impl_node_send_command(void *object, const struct spa_command *comman
}
static const struct spa_dict_item node_info_items[] = {
{ SPA_KEY_MEDIA_CLASS, "Audio/Sink" },
{ SPA_KEY_NODE_DRIVER, "true" },
};