v4l2: add Camera media.role

This commit is contained in:
Wim Taymans 2019-04-30 15:54:29 +02:00
parent 9f7c9022cf
commit e4be9837c4

View file

@ -859,6 +859,7 @@ static int impl_node_process_output(struct spa_node *node)
static const struct spa_dict_item info_items[] = {
{ "media.class", "Video/Source" },
{ "media.role", "Camera" },
{ "node.pause-on-idle", "false" },
};