简体   繁体   中英

Gstreamer custom plugin registration issue

I just started to use gstreamer and I want to know how to register a plugin that I wrote. Of course, I have followed the Plugin Writer's Guide and used the make_element command to build my plugin. Now, I want to test it in a basic pipe line using the gst-launch command.

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:

WARNING: erroneous pipeline

I am using gstreamer-0.10.

Does someone have an idea?

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

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