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 156179 - gstreamer typefind plugin information from gst-inspect is wrong
gstreamer typefind plugin information from gst-inspect is wrong
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
0.8.3
Other Linux
: Normal minor
: 0.8.8
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-10-22 19:58 UTC by Joshua Pollak
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Joshua Pollak 2004-10-22 19:58:44 UTC
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);
Comment 1 Ronald Bultje 2004-11-07 23:32:06 UTC
Fixed in 1.76.