[gstreamer-bugs] [Bug 156179] New: - gstreamer typefind plugin information from gst-inspect is wrong

bugzilla-daemon at bugzilla.gnome.org bugzilla-daemon at bugzilla.gnome.org
Fri Oct 22 12:58:45 PDT 2004


http://bugzilla.gnome.org/show_bug.cgi?id=156179
GStreamer | gst-plugins | Ver: 0.8.3

           Summary: gstreamer typefind plugin information from gst-inspect
                    is wrong
           Product: GStreamer
           Version: 0.8.3
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: minor
          Priority: Normal
         Component: gst-plugins
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: pardsbane at offthehill.org
         QAContact: gstreamer-bugs at lists.sourceforge.net


run: 'gst-inspect-0.8 typefind'

The third argument to the 'have-type' single should be documented as "GstCaps*
arg1", not "GstCaps arg1". A minor but annoying point. Explicitly:

The last few lines are:

Element Signals:
  "have-type" :  void user_function (GstElement* object,
                                     guint arg0,
                                     GstCaps arg1,
                                     gpointer user_data);

This should be:

Element Signals:
  "have-type" :  void user_function (GstElement* object,
                                     guint arg0,
                                     GstCaps* arg1,
                                     gpointer user_data);

------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.




More information about the Gstreamer-bugs mailing list