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 796488 - GstDataQueue: Add missing (out) annotations
GstDataQueue: Add missing (out) annotations
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other All
: Normal minor
: 1.15.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2018-06-03 18:08 UTC by Mike Wey
Modified: 2018-06-03 18:45 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add missing out annotations. (1.59 KB, patch)
2018-06-03 18:08 UTC, Mike Wey
committed Details | Review

Description Mike Wey 2018-06-03 18:08:31 UTC
Created attachment 372532 [details] [review]
Add missing out annotations.

The attached patch adds a few missing (out) annotations.
Comment 1 Tim-Philipp Müller 2018-06-03 18:44:53 UTC
The entire GstDataQueue API is marked as (skip) for bindings as far as I know, but why not, makes it clearer in the normal API docs as well I guess:

commit 51b97d74038e438b8e1ca8b23f02aff09215ecd1
Author: Mike Wey <mike.wey@gtkd.org>
Date:   Sun Jun 3 19:37:40 2018 +0200

    dataqueue: add some missing introspection annotations
    
    https://bugzilla.gnome.org/show_bug.cgi?id=796488


Thanks :)