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 发布
这篇博客介绍了如何利用gdb调试工具对Gstreamer的gst-launch命令进行调试。首先,通过运行gdb和gst-launch-0.10来启动调试会话,接着设置命令行参数以指定视频测试源到ffmpegcolorspace转换再到autovideosink的管道。然后,可以在任意位置设置断点或者运行bgst_myplugin_chain进行调试。
摘要由CSDN通过智能技术生成