[gstreamer-bugs] [Bug 352180] New: add functions are return ulong and remove functions are accepting uint

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Sun Aug 20 13:26:19 PDT 2006


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=352180
 GStreamer | gstreamer (core) | Ver: 0.10.4

           Summary: add functions are return ulong and remove functions are
                    accepting uint
           Product: GStreamer
           Version: 0.10.4
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Keywords: usability
          Severity: minor
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: khaled.mohammed at gmail.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: 2.11/2.12
   GNOME milestone: Unspecified


Some of the add callback functions are return ulong handler_id, whereas the
remove functions are accepting uint handler_id as a parameter. Here is an
example:
gulong      gst_pad_add_data_probe          (GstPad *pad,
                                             GCallback handler,
                                             gpointer data);

void        gst_pad_remove_data_probe       (GstPad *pad,
                                             guint handler_id);

handler_id should either be int or long for both functions. 

Thank you.

Other information:
I have found at least 3 instances in GstPad class. Here is a link to the API:
http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstPad.html


-- 
Configure bugmail: http://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