After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 580459 - [GstPad] gst_pad_remove_*_probe() takes guint parameter while it should take gulong
[GstPad] gst_pad_remove_*_probe() takes guint parameter while it should take ...
Status: RESOLVED DUPLICATE of bug 352180
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal critical
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-04-27 15:12 UTC by Sebastian Dröge (slomo)
Modified: 2009-04-27 15:24 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sebastian Dröge (slomo) 2009-04-27 15:12:03 UTC
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...
Comment 1 Tim-Philipp Müller 2009-04-27 15:21:57 UTC
Why is this critical? Has GLib started returning something else than non-sequential numbers counted from 0 (or 1)? (Hard to believe, that would break a lot of code out there...)
Comment 2 Tim-Philipp Müller 2009-04-27 15:22:57 UTC
This is a duplicate of bug #352180 btw.
Comment 3 Wim Taymans 2009-04-27 15:24:16 UTC

*** This bug has been marked as a duplicate of 352180 ***