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
This command would get more debug information form caps:
gst-launch-0.10 --gst-debug=wavparse:5,GST_CAPS:4 filesrc location=test.ogg ! wavparse ! fakesink
You can choose the debug level from 1 to 5.
No comments:
Post a Comment