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?
To show debug information for all categories, use something like
export GST_DEBUG="*:6"
before running your command.