mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-15 13:53:19 +00:00
4dbfae0105
It is based on a tracer as it allows us to very easily get every message that are posted on any bus inside the process. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2252>
8 lines
308 B
Meson
8 lines
308 B
Meson
library('gstwpeextension',
|
|
['gstwpeextension.c', 'gstwpeaudiosink.c', 'gstwpebusmsgforwarder.c'],
|
|
dependencies : [wpe_dep, gst_dep, gstbase_dep, giounix_dep],
|
|
c_args : ['-DHAVE_CONFIG_H=1'],
|
|
include_directories : [configinc],
|
|
install : true,
|
|
install_dir : plugins_install_dir / 'wpe-extension')
|
|
|