mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-15 08:56:38 -05:00
videoconvert: beginnings of video converter
This commit is contained in:
parent
18776b155b
commit
b314547702
7 changed files with 1183 additions and 42 deletions
|
|
@ -74,6 +74,10 @@ option('v4l2',
|
|||
description: 'Enable v4l2 spa plugin integration',
|
||||
type: 'boolean',
|
||||
value: true)
|
||||
option('videoconvert',
|
||||
description: 'Enable videoconvert spa plugin integration',
|
||||
type: 'boolean',
|
||||
value: true)
|
||||
option('videotestsrc',
|
||||
description: 'Enable videotestsrc spa plugin integration',
|
||||
type: 'boolean',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue