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 605189 - gst_element_get_state has wrong introspection
gst_element_get_state has wrong introspection
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal normal
: 0.10.27
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-12-22 03:11 UTC by Johan Bilien
Modified: 2010-02-18 01:38 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (1.06 KB, patch)
2009-12-22 03:11 UTC, Johan Bilien
none Details | Review

Description Johan Bilien 2009-12-22 03:11:43 UTC
Created attachment 150214 [details] [review]
patch

state and pending should be "out" arguments
Comment 1 Tim-Philipp Müller 2010-02-18 01:38:25 UTC
Committed (finally), thanks for the patch!

commit 1d7afbd0f2685bde898bdac91840fd6a8f3326ad
Author: Johan Bilien <jobi@litl.com>
Date:   Tue Dec 22 11:09:10 2009 +0800

    introspection: add annotation for gst_element_get_state
    
    state and pending are "out" arguments.
    
    Fixes #605189.