warnings in building gstreamer plugin

Prabhakar Lad prabhakar.csengg at gmail.com
Sat Dec 6 14:59:41 PST 2014


On Sat, Dec 6, 2014 at 10:17 PM, Mayank Agarwal
<mayank77fromindia at gmail.com> wrote:
> Hi,
>
> I am developing gstreamer source plugin and deriving from GstBase class
> and on compiling the plugin i am getting the following warnings:
>
> : warning: 'gst_av_filesrc_init' defined but not used [-Wunused-function]
> warning: '_do_init' defined but not used [-Wunused-function]
> : warning: 'gst_av_filesrc_base_init' defined but not used [-Wunused-function]
> warning: 'gst_av_filesrc_class_init' defined but not used [-Wunused-function]
>
when you have written this functions in your plugin why aren't you using it ?

> also the error in
> /usr/bin/ld:.libs/libgstavfilesrc.ver:2: syntax error in VERSION script
>
> My doubts:
>
> If i have to build sample application alongwith plugin.
> How will my pipeline work since my plugin is still not installed
> what is the reason of getting error:is it code related or some
> framework/settings issue.
>
what exactly do you mean (build plugin & application in same Makefile)?
Have written any application which uses the standard plugins ?
If you have that should answer you this.

Thanks,
--Prabhakar Lad


More information about the gstreamer-devel mailing list