简体   繁体   English

从编码的gstreamer管道创建gst发布说明

[英]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: Gstreamer可以创建管道的点文件,尽管格式与gst-launch不同,但它为我提供了我正在寻找的信息:

https://gstreamer.freedesktop.org/documentation/tutorials/basic/debugging-tools.html 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. 您只需要转储作为gst_parse_launch()函数的输入传递的字符串。 You can use exactly same string with gst launch command 您可以在gst launch命令中使用完全相同的字符串

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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