After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 392070 - [vorbis] GST_TAG_LOCATION not mapped
[vorbis] GST_TAG_LOCATION not mapped
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
0.10.x
Other Linux
: Normal normal
: 0.10.12
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-01-02 21:35 UTC by Andreas Volz
Modified: 2007-01-03 15:52 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Andreas Volz 2007-01-02 21:35:35 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
Comment 1 Tim-Philipp Müller 2007-01-03 15:52:15 UTC
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.