mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
taglist: fix typo in tag description
This commit is contained in:
parent
2b4d127ca0
commit
4bf3d4450a
1 changed files with 1 additions and 1 deletions
|
@ -259,7 +259,7 @@ _gst_tag_initialize (void)
|
||||||
gst_tag_register (GST_TAG_GEO_LOCATION_NAME, GST_TAG_FLAG_META, G_TYPE_STRING,
|
gst_tag_register (GST_TAG_GEO_LOCATION_NAME, GST_TAG_FLAG_META, G_TYPE_STRING,
|
||||||
_("geo location name"),
|
_("geo location name"),
|
||||||
_
|
_
|
||||||
("human readable descriptive location or where the media has been recorded or produced"),
|
("human readable descriptive location of where the media has been recorded or produced"),
|
||||||
NULL);
|
NULL);
|
||||||
gst_tag_register (GST_TAG_GEO_LOCATION_LATITUDE, GST_TAG_FLAG_META,
|
gst_tag_register (GST_TAG_GEO_LOCATION_LATITUDE, GST_TAG_FLAG_META,
|
||||||
G_TYPE_DOUBLE, _("geo location latitude"),
|
G_TYPE_DOUBLE, _("geo location latitude"),
|
||||||
|
|
Loading…
Reference in a new issue