summaryrefslogtreecommitdiff
path: root/gst/gsttaglist.h
diff options
context:
space:
mode:
authorThiago Santos <thiago.sousa.santos@collabora.co.uk>2010-03-09 20:38:47 -0300
committerThiago Santos <thiago.sousa.santos@collabora.co.uk>2010-03-11 15:31:06 -0300
commitf563ac57f8155cea2449297647e31244540fdd29 (patch)
tree2b847cb9c5c2299fe57aae27c1c8772957223d08 /gst/gsttaglist.h
parent8fa19a360c6f980e7f6e152ffdcfdbc01063a9d8 (diff)
downloadgstreamer-f563ac57f8155cea2449297647e31244540fdd29.tar.gz
tags: Adds new geo location tags
Adds new tags GST_TAG_GEO_LOCATION_COUNTRY, GST_TAG_GEO_LOCATION_CITY and GST_TAG_GEO_LOCATION_SUBLOCATION. API: GST_TAG_GEO_LOCATION_COUNTRY API: GST_TAG_GEO_LOCATION_CITY API: GST_TAG_GEO_LOCATION_SUBLOCATION Fixes #612410
Diffstat (limited to 'gst/gsttaglist.h')
-rw-r--r--gst/gsttaglist.h28
1 files changed, 28 insertions, 0 deletions
diff --git a/gst/gsttaglist.h b/gst/gsttaglist.h
index 285aadd1be..8341cedf23 100644
--- a/gst/gsttaglist.h
+++ b/gst/gsttaglist.h
@@ -791,6 +791,34 @@ gboolean gst_tag_list_get_buffer_index (const GstTagList * list,
*/
#define GST_TAG_GEO_LOCATION_ELEVATION "geo-location-elevation"
/**
+ * GST_TAG_GEO_LOCATION_COUNTRY:
+ *
+ * The country (english name) where the media has been produced (string).
+ *
+ * Since: 0.10.29
+ */
+#define GST_TAG_GEO_LOCATION_COUNTRY "geo-location-country"
+/**
+ * GST_TAG_GEO_LOCATION_CITY:
+ *
+ * The city (english name) where the media has been produced (string).
+ *
+ * Since: 0.10.29
+ */
+#define GST_TAG_GEO_LOCATION_CITY "geo-location-city"
+/**
+ * GST_TAG_GEO_LOCATION_SUBLOCATION:
+ *
+ * A location 'smaller' than GST_TAG_GEO_LOCATION_CITY that specifies better
+ * where the media has been produced. (e.g. the neighborhood) (string).
+ *
+ * This tag has been added as this is how it is handled/named in XMP's
+ * Iptc4xmpcore schema.
+ *
+ * Since: 0.10.29
+ */
+#define GST_TAG_GEO_LOCATION_SUBLOCATION "geo-location-sublocation"
+/**
* GST_TAG_SHOW_NAME
*
* Name of the show, used for displaying (string)