tools: add pw-metadata tool

Add tool to inspect, monitor, set and delete metadata keys.
This commit is contained in:
Wim Taymans 2020-05-06 15:57:12 +02:00
parent 649448fb5f
commit 55d75fb075
2 changed files with 274 additions and 0 deletions

View file

@ -31,6 +31,13 @@ executable('pw-mididump',
dependencies : [pipewire_dep, mathlib],
)
executable('pw-metadata',
[ 'pw-metadata.c'],
c_args : [ '-D_GNU_SOURCE' ],
install: true,
dependencies : [pipewire_dep],
)
if get_option('pw-cat') and sndfile_dep.found()
pwcat_sources = [