mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-22 08:56:59 -05:00
tools: add pw-metadata tool
Add tool to inspect, monitor, set and delete metadata keys.
This commit is contained in:
parent
649448fb5f
commit
55d75fb075
2 changed files with 274 additions and 0 deletions
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue