egress icon indicating copy to clipboard operation
egress copied to clipboard

feat: allow setting GST_DEBUG env at runtime

Open prlanzarin opened this issue 8 months ago • 1 comments

GST_DEBUG cannot be set at run time (i.e.: as an env var for the docker container) since it's always overwritten by the application. This makes debugging the app with more detailed gstreamer logs a bit more convoluted - requires building a modified container, etc.

Allow setting the GST_DEBUG flag at runtime. If set externally, it'll overwrite the application-generated GST_DEBUG entirely. If unset, the current behavior is preserved.

prlanzarin avatar Mar 13 '25 15:03 prlanzarin

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Mar 13 '25 15:03 CLAassistant