From cf424d4c566253dd56a8c50d6335aee6d3a023d3 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Tue, 2 Sep 2008 20:00:28 +0000 Subject: [PATCH] gst/gsttaglist.h: Fix actual tag name define after renaming from altitude to elevation. Original commit message from CVS: * gst/gsttaglist.h: Fix actual tag name define after renaming from altitude to elevation. --- ChangeLog | 5 +++++ gst/gsttaglist.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a5e3f48..71df44a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-09-02 Stefan Kost + + * gst/gsttaglist.h: + Fix actual tag name define after renaming from altitude to elevation. + 2008-09-01 Wim Taymans * gst/gstpad.c: (add_unref_pad_to_list), diff --git a/gst/gsttaglist.h b/gst/gsttaglist.h index d1419e8..9b4e973 100644 --- a/gst/gsttaglist.h +++ b/gst/gsttaglist.h @@ -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 -- 2.7.4