Is your feature request related to a problem? Please describe.
The current portfile.cmake for Gstreamer always adds -Dgstreamer:gst_debug=false which removes all of Gstreamer's debugging utilities and logging. While I understand and agree with the rationale of doing this for smaller binary size and improved performance, there are also legitimate use cases where having log output in a release build makes sense.
Proposed solution
Add a port feature that can add or not add -Dgstreamer:gst_debug=false to allow controlling this behaviour when using the port.
Is your feature request related to a problem? Please describe.
The current
portfile.cmakefor Gstreamer always adds-Dgstreamer:gst_debug=falsewhich removes all of Gstreamer's debugging utilities and logging. While I understand and agree with the rationale of doing this for smaller binary size and improved performance, there are also legitimate use cases where having log output in a release build makes sense.Proposed solution
Add a port feature that can add or not add
-Dgstreamer:gst_debug=falseto allow controlling this behaviour when using the port.