GNOME Bugzilla – Bug 392070
[vorbis] GST_TAG_LOCATION not mapped
Last modified: 2007-01-03 15:52:15 UTC
The vorbisenc plugin in gstreamer-plugins-base-0.10.11 doesn't use the GST_TAG_LOCATION tag (LOCATION tag in vorbis). The tag is defined and usable, but doesn't work. My idea is to use a structured mapping to save GPS information in this tag. This may be some or all of the following: Time, Latitude, Longitude, Altitude, Speed, Course, EPH, EPV, Climb
Tag mapping added in -base CVS: 2007-01-03 Tim-Philipp Müller <tim at centricular dot net> * gst-libs/gst/tag/gstvorbistag.c: * tests/check/libs/tag.c: (GST_START_TEST): Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION (fixes #392070). However, I'm not entirely sure whether this tag is the right one to use for GPS location data. You might want to use GST_TAG_EXTENDED_COMMENT for this and write 'GPSLOCATION' tags instead.