Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/GStreamer/gstreamer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKasper Steensig Jensen <kasper.steensig@gmail.com>2021-07-08 12:48:58 +0300
committerKasper Steensig Jensen <kasper.steensig@gmail.com>2021-07-08 12:48:58 +0300
commit674e6fcf6539ce5ab323622830924df4e1cb1f13 (patch)
tree76f11c89b358c323a315929a75d28e12be3f4c5b
parent8c08cdf9fe911489d4cfc7b61dd8ff75f7cb08e5 (diff)
Add meson description for tracer_hooks
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/849>
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index c8cee37622..7363bdb7a1 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -2,7 +2,7 @@ option('gst_debug', type : 'boolean', value : true)
option('gst_parse', type : 'boolean', value : true,
description: 'Enable pipeline string parser')
option('registry', type : 'boolean', value : true)
-option('tracer_hooks', type : 'boolean', value : true)
+option('tracer_hooks', type : 'boolean', value : true, description: 'Enable tracer usage')
option('ptp-helper-setuid-user', type : 'string',
description : 'User to switch to when installing gst-ptp-helper setuid root')
option('ptp-helper-setuid-group', type : 'string',