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 655381 - GstBitReader and GstByteReader functions missing out argument annotations
GstBitReader and GstByteReader functions missing out argument annotations
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
unspecified
Other Linux
: Normal normal
: 0.10.36
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-07-27 05:43 UTC by Evan Nemerson
Modified: 2011-07-27 09:15 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
add missing (out) annotation for byte reader/writer functions (19.20 KB, patch)
2011-07-27 05:43 UTC, Evan Nemerson
committed Details | Review

Description Evan Nemerson 2011-07-27 05:43:06 UTC
The val arguments for gst_{bit,byte}_reader* are missing the GObject introspection (out) annotation.
Comment 1 Evan Nemerson 2011-07-27 05:43:59 UTC
Created attachment 192731 [details] [review]
add missing (out) annotation for byte reader/writer functions
Comment 2 Tim-Philipp Müller 2011-07-27 09:15:33 UTC
Pushed, thanks for the patch!

 commit cf6b41aa78143d715f0ec398640aa600a59ed42a
 Author: Evan Nemerson <evan@coeus-group.com>
 Date:   Tue Jul 26 22:41:59 2011 -0700

    base: add missing (out) annotation for byte reader/writer functions
    
    https://bugzilla.gnome.org/show_bug.cgi?id=655381