gst/gsttaglist.h: Fix actual tag name define after renaming from altitude to elevation.
authorStefan Kost <ensonic@users.sourceforge.net>
Tue, 2 Sep 2008 20:00:28 +0000 (20:00 +0000)
committerStefan Kost <ensonic@users.sourceforge.net>
Tue, 2 Sep 2008 20:00:28 +0000 (20:00 +0000)
Original commit message from CVS:
* gst/gsttaglist.h:
Fix actual tag name define after renaming from altitude to elevation.

ChangeLog
gst/gsttaglist.h

index a5e3f48..71df44a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-09-02  Stefan Kost  <ensonic@users.sf.net>
+
+       * gst/gsttaglist.h:
+         Fix actual tag name define after renaming from altitude to elevation.
+
 2008-09-01  Wim Taymans  <wim.taymans@collabora.co.uk>
 
        * gst/gstpad.c: (add_unref_pad_to_list),
index d1419e8..9b4e973 100644 (file)
@@ -724,7 +724,7 @@ gboolean     gst_tag_list_get_date_index    (const GstTagList * list,
  *
  * Since: 0.10.22
  */
-#define GST_TAG_GEO_LOCATION_ELEVATION               "geo-location-altitude"
+#define GST_TAG_GEO_LOCATION_ELEVATION               "geo-location-elevation"
 
 G_END_DECLS