From 844b19464e2a552dffcdf13be0fc6bdaa3a34af4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Wed, 3 Sep 2008 05:52:40 +0000 Subject: [PATCH] gst/gsttaglist.h: Fix Since: markers for new geo tags. Original commit message from CVS: * gst/gsttaglist.h: Fix Since: markers for new geo tags. --- ChangeLog | 5 +++++ gst/gsttaglist.h | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 71df44a..6031219 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-09-03 Tim-Philipp Müller + + * gst/gsttaglist.h: + Fix Since: markers for new geo tags. + 2008-09-02 Stefan Kost * gst/gsttaglist.h: diff --git a/gst/gsttaglist.h b/gst/gsttaglist.h index 9b4e973..fe6b672 100644 --- a/gst/gsttaglist.h +++ b/gst/gsttaglist.h @@ -690,7 +690,7 @@ gboolean gst_tag_list_get_date_index (const GstTagList * list, * human readable descriptive location of where the media has been recorded or * produced. (string). * - * Since: 0.10.22 + * Since: 0.10.21 */ #define GST_TAG_GEO_LOCATION_NAME "geo-location-name" @@ -701,7 +701,7 @@ gboolean gst_tag_list_get_date_index (const GstTagList * list, * degrees according to WGS84 (zero at the equator, negative values for southern * latitudes) (double). * - * Since: 0.10.22 + * Since: 0.10.21 */ #define GST_TAG_GEO_LOCATION_LATITUDE "geo-location-latitude" @@ -712,7 +712,7 @@ gboolean gst_tag_list_get_date_index (const GstTagList * list, * degrees according to WGS84 (zero at the prime meridian in Greenwich/UK, * negative values for western longitudes). (double). * - * Since: 0.10.22 + * Since: 0.10.21 */ #define GST_TAG_GEO_LOCATION_LONGITUDE "geo-location-longitude" @@ -722,7 +722,7 @@ gboolean gst_tag_list_get_date_index (const GstTagList * list, * geo elevation of where the media has been recorded or produced in meters * according to WGS84 (zero is average sea level) (double). * - * Since: 0.10.22 + * Since: 0.10.21 */ #define GST_TAG_GEO_LOCATION_ELEVATION "geo-location-elevation" -- 2.7.4