[Gstreamer-bugs] [Bug 117342] Changed - [PATCH] Change types for callbacks from G_TYPE_POINTER to more specific type (eg, GST_TYPE_ELEMENT, etc).
bugzilla-daemon at widget.gnome.org
bugzilla-daemon at widget.gnome.org
Sun Jan 4 19:54:49 PST 2004
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
http://bugzilla.gnome.org/show_bug.cgi?id=117342
Changed by alexander.winston at comcast.net.
--- shadow/117342 Sun Jan 4 22:48:35 2004
+++ shadow/117342.tmp.22262 Sun Jan 4 22:54:49 2004
@@ -10,12 +10,13 @@
Component: gstreamer (core)
AssignedTo: gstreamer-maint at bugzilla.gnome.org
ReportedBy: brettk at frodo.dyn.gno.org
QAContact: gstreamer-maint at bugzilla.gnome.org
TargetMilestone: HEAD
URL:
+Cc: alexander.winston at comcast.net
Summary: [PATCH] Change types for callbacks from G_TYPE_POINTER to more specific type (eg, GST_TYPE_ELEMENT, etc).
There are many callbacks in the gst core, but a surprising number of them
use G_TYPE_POINTER as the callback data type. Now, this works fine for C
code where, in the callback functions, you can cast on a case-by-case
basis, but when wrapping the API for another language, the lack of a
More information about the Gstreamer-bugs
mailing list