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 681139 - GstBus set_sync_handler anotation should include (allow-none)
GstBus set_sync_handler anotation should include (allow-none)
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal normal
: 0.11.x
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks: 632113
 
 
Reported: 2012-08-03 14:17 UTC by Matas Brazdeikis
Modified: 2012-08-07 08:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Matas Brazdeikis 2012-08-03 14:17:53 UTC
As from documentation "You cannot replace an existing sync_handler. You can pass NULL to this function, which will clear the existing handler."
But annotation is missing.
Comment 1 Sebastian Dröge (slomo) 2012-08-07 08:47:53 UTC
commit 314eec4ca60b6f0da6532a78ea0869937647af3b
Author: Sebastian Dröge <sebastian.droege@collabora.co.uk>
Date:   Tue Aug 7 10:46:17 2012 +0200

    bus: Add allow-none to the function argument of gst_bus_set_sync_handler()
    
    https://bugzilla.gnome.org/show_bug.cgi?id=681139