[Bug 697791] gst-inspect: shows action signal return pointers as pointers

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Apr 12 00:56:58 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=697791
  GStreamer | gstreamer (core) | 1.0.6

--- Comment #3 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2013-04-12 07:56:56 UTC ---
Just attach your patch here please (and re-open or not).

What element is this for? gpointer is an awful return type that should never be
used in an API. What's the actual GType in this case? G_TYPE_POINTER or a
derived type named "gpointer"?

I suppose the problem is that for registered pointer types you don't really
know if the typedef already includes the * bit or not. I would probably just
special-case gpointer then, since it is kind of special.

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