diff --git a/ChangeLog b/ChangeLog index a5e3f4803d..71df44a388 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 d1419e8fbb..9b4e973c0c 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