[gstreamer-bugs] [Bug 580459] New: [GstPad] gst_pad_remove_*_probe() takes guint parameter while it should take gulong

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Mon Apr 27 08:12:06 PDT 2009


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=580459

  GStreamer | gstreamer (core) | Ver: git
           Summary: [GstPad] gst_pad_remove_*_probe() takes guint parameter
                    while it should take gulong
           Product: GStreamer
           Version: git
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: critical
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: slomo at circular-chaos.org
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


Hi,
there's a critical bug in gst_pad_remove_*_probe(). Currently it takes a guint
as parameter for the handler ID. g_signal_disconnect_handler(), which is called
internally takes a gulong and gst_pad_add_*_probe() also returns a gulong.

We should probably add gst_pad_remove_*_probe_ulong() functions or something
similar to get around this...


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=580459.




More information about the Gstreamer-bugs mailing list