简体   繁体   English

Gstreamer自定义插件注册问题

[英]Gstreamer custom plugin registration issue

I just started to use gstreamer and I want to know how to register a plugin that I wrote. 我刚开始使用gstreamer,我想知道如何注册我编写的插件。 Of course, I have followed the Plugin Writer's Guide and used the make_element command to build my plugin. 当然,我遵循了《 插件 make_element 指南》,并使用了make_element命令来构建我的插件。 Now, I want to test it in a basic pipe line using the gst-launch command. 现在,我想使用gst-launch命令在基本管道中对其进行测试。

The problem is that I don't know how to register my plugin. 问题是我不知道如何注册我的插件。

I've tried the --gst-plugin-path option with the path of the .c and .h files, but I get this: 我已经尝试了--gst-plugin-path和.h文件的路径--gst-plugin-path选项,但是我得到了:

WARNING: erroneous pipeline 警告:错误的管道

I am using gstreamer-0.10. 我正在使用gstreamer-0.10。

Does someone have an idea? 有人有主意吗?

我通过升级到1.0解决了我的问题,但是我还必须更改“配置”文件夹中的安装路径。

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

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