mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 08:11:16 +00:00
e96f2ca714
validateflow can be used to check the buffers and events flowing through a custom pipeline match an expectation file. This can be used to test non-regular-playback use cases like demuxers handling adaptive streaming fragment pushing. This patch includes also new actions used for these cases: `appsrc-push`, `appsrc-eos` and `flush` (plus `checkpoint`, which is only available with validateflow).
9 lines
146 B
Meson
9 lines
146 B
Meson
subdir('fault_injection')
|
|
subdir('gapplication')
|
|
subdir('ssim')
|
|
subdir('extra_checks')
|
|
subdir('flow')
|
|
|
|
if gtk_dep.found()
|
|
subdir('gtk')
|
|
endif
|