gst_element_factory_make errors in gstreamer-1.0
dabrain34
scerveau at gmail.com
Mon May 13 09:35:34 UTC 2019
Hello,
You can first start to run your application GST_DEBUG=*:2 ./your_application
which will output errors and warnings to the stdout.
you can increase the log level of the appsrc or any other elements you are
using ie GST_DEBUG=app*:5 will output error/warning/info/log/debug level for
appsrc and appsink on stdout.
You can also redirect the logs into a file by setting the env var
GST_DEBUG_FILE=/tmp/log.txt if its too verbose
You should find more info about debugging on this page:
https://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/gst-running.html
Best regards.
--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
More information about the gstreamer-devel
mailing list