From: Stefan Kost Date: Tue, 2 Sep 2008 20:00:28 +0000 (+0000) Subject: gst/gsttaglist.h: Fix actual tag name define after renaming from altitude to elevation. X-Git-Tag: RELEASE-0_10_21~12 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cf424d4c566253dd56a8c50d6335aee6d3a023d3;p=platform%2Fupstream%2Fgstreamer.git 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. --- 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