GST_DEBUG_FILE is set but the file is missing
bdjukic
bdjukic at gmail.com
Wed Aug 8 14:41:44 UTC 2018
Hi there,
I've built a very simple pipeline based on the Hello World
<https://gstreamer.freedesktop.org/documentation/tutorials/basic/hello-world.html>
example. I'm trying now to add tracing and get that output to a file. So,
I've tried something like this:
setenv("GST_DEBUG", "GST_TRACER:7", TRUE);
setenv("GST_TRACERS", "cpuusage", TRUE);
setenv("GST_DEBUG_FILE", "camera.log", TRUE);
I'm calling the above lines before *gst_init()*.
*camera.log* is never created though.
Does anyone have an idea why does this happen?
Thanks!
Bogdan
--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
More information about the gstreamer-devel
mailing list