How to view the output of functions like GST_CAT_INFO, GST_DEBUG etc? Do I need to compile gstreamer myself with debug level set or it can be done at application level?
I added debug level:
gst-debug-level=4 {0->7}
It work without build gstreamer again