How to get Pipeline created by playbin in textual format in Gstreamer?

僤鯓⒐⒋嵵緔 提交于 2019-12-04 14:21:15

Answer to question 1 -

There is a way to get the graphs of the pipeline created mentioned in documentation of basic tutorial-11.

A brief from the page

Getting pipeline graphs

For those cases where your pipeline starts to grow too large and you lose track of what is connected with what, GStreamer has the capability to output graph files. These are .dot files, readable with free programs like GraphViz, that describe the topology of your pipeline, along with the caps negotiated in each link.

This is also very handy when using all-in-one elements like playbin2 or uridecodebin, which instantiate several elements inside them.

I hope this resolves what you want

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!