[gst-devel] TagSetter in Python Bindings
Tim Müller
t.i.m at zen.co.uk
Thu Sep 27 21:21:33 CEST 2007
On Thu, 2007-09-27 at 19:49 +0200, Wolfgang Silbermayr wrote:
> It seems to me that the TagSetter only accepts tags that it knows, like
> artist, title etc.
That's correct.
> The problem is that my project should store geographical data
> (longitude, latitude, altitude). Does anybody know if I can forcefully
> set my own tags (it is possible to store them in vorbis, tagtool for
> example can do that) or do I have to find a different solution (maybe
> store in comments)?
With a sufficiently recent GStreamer core and gst-plugins-base you
should be able to do that using GST_TAG_EXTENDED_COMMENT. See:
http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/gstreamer-GstTagList.html#GST-TAG-EXTENDED-COMMENT:CAPS
Cheers
-Tim
More information about the gstreamer-devel
mailing list