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 571156 - gst_tag_get_type not wrapped
gst_tag_get_type not wrapped
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-python
git master
Other Linux
: Normal normal
: 0.10.15
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-02-10 11:08 UTC by Mark Nauwelaerts
Modified: 2009-04-03 10:34 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Possible patch (908 bytes, patch)
2009-02-10 11:11 UTC, Mark Nauwelaerts
committed Details | Review

Description Mark Nauwelaerts 2009-02-10 11:08:38 UTC
Not knowing the type of a tag makes it difficult (if not impossible) for a python app to turn a user provided value into a double, int, etc prior to adding to a taglist.

It is likely not wrapped since *_get_type are typically ignored
(though gst_tag_get_type is not a typical _get_type).
Comment 1 Mark Nauwelaerts 2009-02-10 11:11:12 UTC
Created attachment 128365 [details] [review]
Possible patch

* Wrap gst_tag_get_type as gst.tag_get_tag_type

(as one of likely many possible ways or names)
Comment 2 Mark Nauwelaerts 2009-04-03 10:34:26 UTC
commit 9a7284be3f39bf2dd876664072a9a1f5af035419
Author: Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
Date:   Tue Feb 10 12:07:52 2009 +0100

    Provide wrapper for gst_tag_get_type.  Fixes #571156.