简体   繁体   中英

Create a gst-launch description from a coded gstreamer pipeline

考虑到我已经用C语言编写了一个Gstreamer管道。如何生成该管道的文本描述,以便可以在gst-launch的命令行上使用它?

Gstreamer can create dot files of pipelines, though not the same format as gst-launch it gives me the information I'm looking for:

https://gstreamer.freedesktop.org/documentation/tutorials/basic/debugging-tools.html

You just need to dump the string which you pass as an input to gst_parse_launch() function. You can use exactly same string with gst launch command

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM