On Tue Mar 26 17:57:55 2024 +0000, Elizabeth Figura wrote:
My concern is more about if only DirectShow logs are desired. That's not uncommon in my experience, if I'm debugging some other part of the pipeline. To be sure we have to apply tradeoffs somewhere, but GStreamer logs tend to be *really* verbose.
We can just emit `GST_INFO("GStreamer logging implicitly enabled by Wine debug channel %s; set env GST_DEBUG to override.", channel);` and let the user silence[^1] or voice GStreamer independently.
[^1]: Does GST_DEBUG=0 work?