[gstreamer-bugs] [Bug 635068] New: problem with plugin element registering

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Nov 17 04:43:24 PST 2010


https://bugzilla.gnome.org/show_bug.cgi?id=635068
  GStreamer | gst-plugins | 0.10.x

           Summary: problem with plugin element registering
    Classification: Desktop
           Product: GStreamer
           Version: 0.10.x
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: critical
          Priority: Normal
         Component: gst-plugins
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: vaish05s at gmail.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
      GNOME target: ---
     GNOME version: ---


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..

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.



More information about the Gstreamer-bugs mailing list