mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
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:
parent
7cf8be7fd8
commit
cf424d4c56
2 changed files with 6 additions and 1 deletions
|
@ -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),
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue