[Bug 697791] Gst-inspect shows wrong signals/actions functions
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Thu Apr 11 15:40:37 PDT 2013
https://bugzilla.gnome.org/show_bug.cgi?id=697791
GStreamer | gstreamer (core) | 1.0.6
Tim-Philipp Müller <t.i.m> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
CC| |t.i.m at zen.co.uk
Resolution| |FIXED
Target Milestone|HEAD |1.1.1
--- Comment #1 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2013-04-11 22:40:31 UTC ---
Thanks, applied with some changes (changed it to check explicitly for known
pointer types).
There is no guarantee that a fundemantal type is not a pointer, and a flags
type is also not a pointer, for example. Better whitelist known pointer types.
commit 9e98492e12d5df6029a876e3797040e90a8237fd
Author: Jose Antonio Santos Cadenas <santoscadenas at gmail.com>
Date: Thu Apr 11 14:54:32 2013 +0200
gst-inspect: add pointer mark to signal and action return types that are
pointers
When the return type of a signal or action is a pointer, it
should have an asterisk to mark it as such.
https://bugzilla.gnome.org/show_bug.cgi?id=697791
--
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