mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
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.
This commit is contained in:
parent
cf424d4c56
commit
844b19464e
2 changed files with 9 additions and 4 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2008-09-03 Tim-Philipp Müller <tim.muller at collabora co uk>
|
||||||
|
|
||||||
|
* gst/gsttaglist.h:
|
||||||
|
Fix Since: markers for new geo tags.
|
||||||
|
|
||||||
2008-09-02 Stefan Kost <ensonic@users.sf.net>
|
2008-09-02 Stefan Kost <ensonic@users.sf.net>
|
||||||
|
|
||||||
* gst/gsttaglist.h:
|
* 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
|
* human readable descriptive location of where the media has been recorded or
|
||||||
* produced. (string).
|
* produced. (string).
|
||||||
*
|
*
|
||||||
* Since: 0.10.22
|
* Since: 0.10.21
|
||||||
*/
|
*/
|
||||||
#define GST_TAG_GEO_LOCATION_NAME "geo-location-name"
|
#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
|
* degrees according to WGS84 (zero at the equator, negative values for southern
|
||||||
* latitudes) (double).
|
* latitudes) (double).
|
||||||
*
|
*
|
||||||
* Since: 0.10.22
|
* Since: 0.10.21
|
||||||
*/
|
*/
|
||||||
#define GST_TAG_GEO_LOCATION_LATITUDE "geo-location-latitude"
|
#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,
|
* degrees according to WGS84 (zero at the prime meridian in Greenwich/UK,
|
||||||
* negative values for western longitudes). (double).
|
* negative values for western longitudes). (double).
|
||||||
*
|
*
|
||||||
* Since: 0.10.22
|
* Since: 0.10.21
|
||||||
*/
|
*/
|
||||||
#define GST_TAG_GEO_LOCATION_LONGITUDE "geo-location-longitude"
|
#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
|
* geo elevation of where the media has been recorded or produced in meters
|
||||||
* according to WGS84 (zero is average sea level) (double).
|
* 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"
|
#define GST_TAG_GEO_LOCATION_ELEVATION "geo-location-elevation"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue