mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-25 10:04:19 +00:00
gst: tracer: Initialize tracing infrastructure even if the debug system is not compiled in
There is a separate #define for the tracing infrastructure. Fixes https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/2467 Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4424>
This commit is contained in:
parent
cb2dcf40b9
commit
905accecc1
1 changed files with 1 additions and 1 deletions
|
@ -812,7 +812,7 @@ init_post (GOptionContext * context, GOptionGroup * group, gpointer data,
|
||||||
* environment variable */
|
* environment variable */
|
||||||
_priv_gst_plugin_feature_rank_initialize ();
|
_priv_gst_plugin_feature_rank_initialize ();
|
||||||
|
|
||||||
#ifndef GST_DISABLE_GST_DEBUG
|
#ifndef GST_DISABLE_GST_TRACER_HOOKS
|
||||||
_priv_gst_tracing_init ();
|
_priv_gst_tracing_init ();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue