How to Use Gstreamer Debug System
1.To see the debug information of all the elements use :
gst-launch-0.10 -–gst-debug-level=3 audiotestsrc ! audioflingersink
2.To see the debug information of the audioflingersink use :
gst-launch-0.10 -–gst-debug=audioflingersink:3 audiotestsrc ! audioflingersink
You can choose the debug level from 1 to 5.
没有评论:
发表评论