[Bug 690738] New: gst-element-maker Generates Incorrect Code

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Dec 26 07:06:53 PST 2012


https://bugzilla.gnome.org/show_bug.cgi?id=690738
  GStreamer | gst-plugins-bad | unspecified

           Summary: gst-element-maker Generates Incorrect Code
    Classification: Platform
           Product: GStreamer
           Version: unspecified
        OS/Version: Windows
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: john.blank.westing at gmail.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Using gst-element-maker with the base class set to basetransform produces code
that is incorrect and also does not compile.

1) Generating an element named MyFilter generates the macro GST_PLUGIN_DEFINE()
but does not put quotes around the filter name "myfilter" and the code does not
compile. 

2) The struct _GstMyFilterClass in gstymfilter.h includes a
GstBaseTransformClass but also includes source and sink pads. Source and sink
pads are built in to the GstBaseTransformClass and are not needed explicitly.
These pads should be removed, and any code that uses these pads in the C file
should also be removed.

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