1.If you want to use gst-launch, run gdb on gst-launch:
gdb gst-launch-0.10
2.set the command-line arguments to the appropriate pipeline:
set args videotestsrc ! ffmpegcolorspace ! autovideosink
3.break wherever you want or run
b gst_myplugin_chain
gdb调试gst-launch-1.0
最新推荐文章于 2024-07-08 10:25:36 发布