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.
This commit is contained in:
Stefan Kost 2008-09-02 20:00:28 +00:00
parent 7cf8be7fd8
commit cf424d4c56
2 changed files with 6 additions and 1 deletions

View file

@ -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),

View 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