summaryrefslogtreecommitdiff
path: root/gst-libs/gst/tag/tag.h
diff options
context:
space:
mode:
authorStefan Sauer <ensonic@users.sf.net>2012-09-12 21:32:04 +0200
committerStefan Sauer <ensonic@users.sf.net>2012-09-12 21:32:04 +0200
commit2fb27fa463fb9e54a38ecfc15729b81cdc931595 (patch)
treecb69436bb78111921184e937531c6bc9fb69a1e8 /gst-libs/gst/tag/tag.h
parentb9054de15c75fc61b8035d390aa116402800c190 (diff)
xmptag: migrate to the _full version of the API and drop the _full postfix
Fix up all invocations.
Diffstat (limited to 'gst-libs/gst/tag/tag.h')
-rw-r--r--gst-libs/gst/tag/tag.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/gst-libs/gst/tag/tag.h b/gst-libs/gst/tag/tag.h
index 146aae921..b75ad6ea1 100644
--- a/gst-libs/gst/tag/tag.h
+++ b/gst-libs/gst/tag/tag.h
@@ -447,12 +447,11 @@ GstTagList * gst_tag_list_from_id3v2_tag (GstBuffer * buffer);
guint gst_tag_get_id3v2_tag_size (GstBuffer * buffer);
/* functions to convert GstBuffers with xmp packets contents to GstTagLists and back */
-GstTagList * gst_tag_list_from_xmp_buffer (GstBuffer * buffer);
-GstBuffer * gst_tag_list_to_xmp_buffer (const GstTagList * list,
- gboolean read_only);
-GstBuffer * gst_tag_list_to_xmp_buffer_full (const GstTagList * list,
- gboolean read_only, const gchar ** schemas);
-const gchar** gst_tag_xmp_list_schemas (void);
+GstTagList * gst_tag_list_from_xmp_buffer (GstBuffer * buffer);
+GstBuffer * gst_tag_list_to_xmp_buffer (const GstTagList * list,
+ gboolean read_only,
+ const gchar ** schemas);
+const gchar** gst_tag_xmp_list_schemas (void);
/* functions related to exif */
GstBuffer * gst_tag_list_to_exif_buffer (const GstTagList * taglist,