GNOME Bugzilla – Bug 617068
Adding xmp functions to python
Last modified: 2010-04-29 14:10:50 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 :)
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
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
Attachment 159782 [details] pushed as 8331db1 - arg-types: Map const GstMiniObject Attachment 159783 [details] pushed as 697c8e7 - tag: Adds xmp functions mappings
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