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 595511 - Annotations for gst_element_query_{position,duration}
Annotations for gst_element_query_{position,duration}
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal normal
: 0.10.26
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-09-17 20:33 UTC by Johan Bilien
Modified: 2009-09-18 07:12 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (1.46 KB, patch)
2009-09-17 20:34 UTC, Johan Bilien
committed Details | Review

Description Johan Bilien 2009-09-17 20:33:51 UTC
These 2 methods take an inout format which needs to be marked as such. I have already pushed this to the custom additions in gir-repository, but it will need to go upstream at some point.
Comment 1 Johan Bilien 2009-09-17 20:34:32 UTC
Created attachment 143404 [details] [review]
patch
Comment 2 Sebastian Dröge (slomo) 2009-09-18 07:12:24 UTC
Yes, this shouldn't go into gir-repository at all anymore I guess (see bug #594999).

Thanks for the patch, I'll push it right after 0.10.25 is released.

commit 7f4725477c0e46f119d2fc6606b8ea76d573ff3d
Author: Johan Bilien <jobi@litl.com>
Date:   Thu Sep 17 16:30:43 2009 -0400

    introspection: Add annotations for gst_element_query_{duration,position}
    
    Fixes bug #595511.