|
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...
Thanx in advance..
|