projects
/
platform
/
upstream
/
gstreamer.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
queue2: Fix watermark test
[platform/upstream/gstreamer.git]
/
tests
/
benchmarks
/
meson.build
1
benchmarks = [
2
'caps',
3
'capsnego',
4
'complexity',
5
'controller',
6
'init',
7
'mass-elements',
8
'gstpollstress',
9
'gstpoolstress',
10
'gstclockstress',
11
'gstbufferstress',
12
]
13
14
foreach b : benchmarks
15
executable(b, '@0@.c'.format(b),
16
c_args : gst_c_args,
17
link_with : [printf_lib],
18
dependencies : [gobject_dep, gmodule_dep, glib_dep, gst_dep, gst_controller_dep],
19
)
20
endforeach