GNOME Bugzilla – Bug 156179
gstreamer typefind plugin information from gst-inspect is wrong
Last modified: 2004-12-22 21:47:04 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);
Fixed in 1.76.