[gst-devel] What is the necessary conditions to make the plugin recognized by gst-inspect

gtxia xia_guangtai at visualon.com
Sun Apr 29 10:52:51 CEST 2007


Stefan

Thanks for your hint. It is indeed a good way to find out the key
reason. Can we use other functions such as dlerror in gstreamer
framework to help us to find the error code or error message when we
call some functions fail?

regards

XiaGuangTai

On Sat, 2007-04-28 at 17:53 +0300, Stefan Kost wrote:
> hi,
> 
> the usual suggestion: check if the plugin can be loaded:
> GST_DEBUG="GST_PLUGIN_LOADING:5" gst-inspect
> 
> look for undefined symbols in the log output.
> 
> Stefan
> 
> gtxia wrote:
> > Hello all.
> > 
> > Use the gst-template/gst-plugin/tools/make_element command to generate a
> > plugin skeleton and fill the sinkpad and srcpad informations. At the
> > same time I have set the element details. Then generate libXXX.so. since
> > I make GST_PLUGIN_PATH equal the directory that libXXX.so located and
> > run gst-inspect, I can not find any change in
> > $HOME/.gstreamer-0.10/registry.i686.xml. I wonder to know what kind of
> > functions that I must implement on my plugin to make the gst-inspect can
> > be recognized.
> > 
> > Thanks.
> > 
> > XiaGuangTai
> > 
> > 2007-4-28
> > 
> > 
> > 
> > -------------------------------------------------------------------------
> > This SF.net email is sponsored by DB2 Express
> > Download DB2 Express C - the FREE version of DB2 express and take
> > control of your XML. No limits. Just data. Click to get it now.
> > http://sourceforge.net/powerbar/db2/
> > _______________________________________________
> > gstreamer-devel mailing list
> > gstreamer-devel at lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/gstreamer-devel





More information about the gstreamer-devel mailing list