[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
Fri Aug 29 23:40:00 PDT 2003


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 ds at schleef.org.

--- shadow/117342	Thu Jul 24 13:07:38 2003
+++ shadow/117342.tmp.21669	Sat Aug 30 02:40:00 2003
@@ -10,13 +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: 
-Summary: Change types for callbacks from G_TYPE_POINTER to more specific type (eg, GST_TYPE_ELEMENT, etc).
+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
 specific type makes it exceedingly difficult to write generic code for




More information about the Gstreamer-bugs mailing list