How do I view gstreamer debug output?

前端 未结 5 610
陌清茗
陌清茗 2021-01-31 10:18

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?

5条回答
  •  天涯浪人
    2021-01-31 10:44

    Besides all these correct answers I'd like to point to this graphical tool to ease Gstreamer debug analysis:

    https://developer.ridgerun.com/wiki/index.php?title=How_to_Use_Gstreamer_Debug_Viewer

提交回复
热议问题