meson: Add option to use gstreamer debugging API
gst_debug_bin_to_dot_data() can only be used if gstreamer has been compiled with debugging features enabled.
This commit is contained in:
@@ -9,3 +9,7 @@ option('tests',
|
||||
option('manpages',
|
||||
type: 'boolean', value: true,
|
||||
description: 'Whether to generate man pages')
|
||||
|
||||
option('gst_debug',
|
||||
type: 'boolean', value: true,
|
||||
description: 'Whether to use gstreamers debugging API')
|
||||
|
||||
Reference in New Issue
Block a user