|
From: Benoit F. <ben...@pu...> - 2006-11-06 11:29:15
|
Kapil Agrawal wrote: > hi , > > when i installed a new plugin , and used that in my .c file for an > application, while calling gst_element_factory_make() for that plugin > its give me an error "no such element factory "plugin" ". But when i > use the same plugin at command line , ie gst-launch ..| plugin | > .....|...... it works properly. also when i did a gst-inspect plugin, > its properties are show. even the ~/.gstreamer/registry.*.xml has the > plugin entry. I am unable to find the reason, can someone give me some > pointers what ned to be done? > > tahnks > > -kapil do you also load the library where the plugin is before trying to call gst_element_factory_make() ? (by using gst_plugin_load_file) hope that helps -- Ben > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > ------------------------------------------------------------------------ > > _______________________________________________ > gstreamer-devel mailing list > gst...@li... > https://lists.sourceforge.net/lists/listinfo/gstreamer-devel > |