Skip to content

webrtcsink: add property to opt-out of signalling server logging

When run-signalling-server is true, the fn initialize_logging is called, which sets a tracing global subscriber (https://docs.rs/tracing/latest/tracing/subscriber/fn.set_global_default.html). This should not be set in libraries. As this might be used from gst-launch (bin) and as a property within another binary I thought a property makes most sense?

Merge request reports

Loading