projects
/
platform
/
upstream
/
gstreamer.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
basesrc: respect FIXED_CAPS flag in caps query implementation
[platform/upstream/gstreamer.git]
/
subprojects
/
gstreamer
/
tests
/
meson.build
1
if not get_option('benchmarks').disabled()
2
subdir('benchmarks')
3
endif
4
if not get_option('tests').disabled() and gst_check_dep.found()
5
subdir('validate')
6
subdir('check')
7
endif
8
if not get_option('examples').disabled()
9
subdir('examples')
10
endif
11
if not get_option('tools').disabled()
12
subdir('misc')
13
endif