[Bug 697791] New: Gst-inspect shows wrong signals/actions functions
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Thu Apr 11 06:03:53 PDT 2013
https://bugzilla.gnome.org/show_bug.cgi?id=697791
GStreamer | gstreamer (core) | 1.0.6
Summary: Gst-inspect shows wrong signals/actions functions
Classification: Platform
Product: GStreamer
Version: 1.0.6
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: gstreamer (core)
AssignedTo: gstreamer-bugs at lists.freedesktop.org
ReportedBy: santoscadenas at gmail.com
QAContact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
Created an attachment (id=241251)
View: https://bugzilla.gnome.org/attachment.cgi?id=241251
Review: https://bugzilla.gnome.org/review?bug=697791&attachment=241251
Patch to solve the bug
When a signal or action returns a pointer, gst-inspect displays just the type
name and does not indicate that the return type is a pointer.
For example:
gst-inspect-1.0 rtpptdemux
shows:
...
"request-pt-map" : GstCaps user_function (GstElement* object,
...
but it must show
...
"request-pt-map" : GstCaps * user_function (GstElement* object,
...
I attach a patch that solves this problem.
(The patch applies over master and 1.0 branches)
--
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