GNOME Bugzilla – Bug 635068
problem with plugin element registering
Last modified: 2010-11-23 09:53:04 UTC
steps followed 1. download the git 2.gst-template/gst-plugin was created 3. executed ../tools/make_element myfilter command 4..c and .h file was created. 5. changed the makefile.am 6.executed autogen 7. .lo and .la files were created. 8.problem when i do gst-launch fakesrc ! myfilter ! fakesink It says element not found.. The gstreamer debug msg is GST_DEBUG=*:2 gst-inspect-0.10 myfilter No such element or plugin 'myfilter' I have followed the instruction given in developer plugin manual... If i do gcc gcc -Wall $(pkg-config --cflags --libs gstreamer-0.10) gstmyfilter.c -o gstmyfilter gstmyfiler.c:276: error: ‘VERSION’ undeclared here (not in a function) Thanx in advance..
1.) Have you done: sudo make install? 2.) have you either passed --prefix=/usr to autogen.sh/configure or set GST_PLUGIN_PATH to inlcude /usr/local/gstreamer-0.10 ?
Thanx..there was problem with my GST_PLUGIN_PATH setting...now its working fine...
Thanks for the update. Closing.