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 617068 - Adding xmp functions to python
Adding xmp functions to python
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-python
git master
Other All
: Normal enhancement
: 0.10.19
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-04-28 12:06 UTC by Thiago Sousa Santos
Modified: 2010-04-29 14:10 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
arg-types: Map const GstMiniObject (2.87 KB, patch)
2010-04-28 12:07 UTC, Thiago Sousa Santos
committed Details | Review
tag: Adds xmp functions mappings (2.69 KB, patch)
2010-04-28 12:08 UTC, Thiago Sousa Santos
committed Details | Review

Description Thiago Sousa Santos 2010-04-28 12:06:53 UTC
Adding mappings for the xmp functions in -base/gst-libs/gst/tag:

gst_tag_list_from_xmp_buffer
gst_tag_list_to_xmp_buffer

This needed to add new mappings for GstMiniObject to have "const GstBuffer*" working for these functions. Note that I had no previous experience in this part and I might have missed something, so review carefully :)
Comment 1 Thiago Sousa Santos 2010-04-28 12:07:47 UTC
Created attachment 159782 [details] [review]
arg-types: Map const GstMiniObject

Adds GstMiniObjectArg to be able to use GstMiniObject objects
and its const versions in functions

Fixes #617068
Comment 2 Thiago Sousa Santos 2010-04-28 12:08:15 UTC
Created attachment 159783 [details] [review]
tag: Adds xmp functions mappings

Maps gst_tag_list_from_xmp_buffer and
gst_tag_list_to_xmp_buffer

Fixes #617068
Comment 3 Edward Hervey 2010-04-29 14:09:54 UTC
Attachment 159782 [details] pushed as 8331db1 - arg-types: Map const GstMiniObject
Attachment 159783 [details] pushed as 697c8e7 - tag: Adds xmp functions mappings
Comment 4 Edward Hervey 2010-04-29 14:10:50 UTC
commit 697c8e73f7bed536f3a3222bb4b374287ea4b747
Author: Thiago Santos <thiago.sousa.santos@collabora.co.uk>
Date:   Wed Apr 28 00:27:43 2010 -0300

    tag: Adds xmp functions mappings
    
    Maps gst_tag_list_from_xmp_buffer and
    gst_tag_list_to_xmp_buffer
    
    https://bugzilla.gnome.org/show_bug.cgi?id=617068

commit 8331db15ca0fc2f3366476284a55e964e21787be
Author: Thiago Santos <thiago.sousa.santos@collabora.co.uk>
Date:   Wed Apr 28 00:26:50 2010 -0300

    arg-types: Map const GstMiniObject
    
    Adds GstMiniObjectArg to be able to use GstMiniObject objects
    and its const versions in functions
    
    https://bugzilla.gnome.org/show_bug.cgi?id=617068