After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 635068 - problem with plugin element registering
problem with plugin element registering
Status: RESOLVED INVALID
Product: GStreamer
Classification: Platform
Component: gst-plugins
0.10.x
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-11-17 12:43 UTC by vaish05s
Modified: 2010-11-23 09:53 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description vaish05s 2010-11-17 12:43:19 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..
Comment 1 Stefan Sauer (gstreamer, gtkdoc dev) 2010-11-19 15:24:43 UTC
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 ?
Comment 2 vaish05s 2010-11-23 04:29:13 UTC
Thanx..there was problem with my GST_PLUGIN_PATH setting...now its working fine...
Comment 3 Stefan Sauer (gstreamer, gtkdoc dev) 2010-11-23 09:53:04 UTC
Thanks for the update. Closing.