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 592345 - gst_bus_poll return value can be null
gst_bus_poll return value can be null
Status: RESOLVED FIXED
Product: vala
Classification: Core
Component: Bindings: GTK+ GStreamer WebKitGTK+
0.7.x
Other Linux
: Normal normal
: ---
Assigned To: Vala maintainers
Vala maintainers
Depends on:
Blocks:
 
 
Reported: 2009-08-19 15:32 UTC by Víctor Manuel Jáquez Leal
Modified: 2009-09-03 19:36 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Gst.Bus.poll method is nullable (1.66 KB, patch)
2009-08-19 15:32 UTC, Víctor Manuel Jáquez Leal
none Details | Review

Description Víctor Manuel Jáquez Leal 2009-08-19 15:32:02 UTC
Created attachment 141163 [details] [review]
Gst.Bus.poll method is nullable

gst_bus_poll [1] return value can be null.

1.
http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstBus.html#gst-bus-poll
Comment 1 Víctor Manuel Jáquez Leal 2009-08-19 15:33:29 UTC
I can commit if you're agree with the patch
Comment 2 Jürg Billeter 2009-09-03 19:36:55 UTC
commit f5d6d8219156d557e5ba0f963844afbe0e34a50a
Author: Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
Date:   Mon Aug 17 19:16:03 2009 +0200

    gstreamer-0.10: gst_bus_poll return value can be null
    
    Fixes bug 592345.