v4l2-monitor: make nicer names

This commit is contained in:
Wim Taymans 2021-01-12 21:45:28 +01:00
parent fac80e76d2
commit 8aec26f5bd
2 changed files with 16 additions and 6 deletions

View file

@ -25,11 +25,11 @@ rules = [
matches = [
{
# matches all sinks
node.name = ~api.v4l2.sink.*
node.name = ~v4l2_input.*
}
{
# matches all sources
node.name = ~api.v4l2.source.*
node.name = ~v4l2_output.*
}
]
actions = {