mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-14 10:15:48 +00:00
6 lines
394 B
Meson
6 lines
394 B
Meson
foreach plugin : ['adder', 'app', 'audioconvert', 'audiomixer', 'audiorate', 'audioresample',
|
|
'audiotestsrc', 'compositor', 'dsd', 'debugutils', 'encoding', 'gio', 'overlaycomposition',
|
|
'pbtypes', 'playback', 'rawparse', 'subparse', 'tcp', 'typefind',
|
|
'videoconvertscale', 'videorate', 'videotestsrc', 'volume']
|
|
subdir(plugin)
|
|
endforeach
|