gstreamer/validate/plugins/meson.build
Thibault Saunier b1b696017c validate: Add a plugin with potential extra checks
And add a way to check that a configured number of instances of a particular
element is used, this is useful to make sure for example that playing a
particular stream doesn't lead to several decoders being instanciated.
2017-06-16 17:36:34 -04:00

8 lines
131 B
Meson

subdir('fault_injection')
subdir('gapplication')
subdir('ssim')
subdir('extra_checks')
if gtk_dep.found()
subdir('gtk')
endif