Skip to content

Init tracing after tracer plugins are loaded.

Sirius Wu requested to merge (removed):fix-tracer into 1.16

On Android function _priv_gst_tracing_init is called before gst_tracer_register is called, which results in a 'no tracer' warning when environment variable GST_TRACERS="leaks" is passed through Android's Os.setenv() function.

This commit fixed issue #462 (closed) .

Merge request reports