[gst-devel] write ogg tags
Tim Müller
t.i.m at zen.co.uk
Tue Jan 2 00:52:43 CET 2007
On Mon, 2007-01-01 at 22:14 +0100, Andreas Volz wrote:
> Yes, this really helps. I write the tags only while encoding. Do you
> know a player that shows really *all* Vorbis tags? Most player show
> only some tags. But I need to display some uncommon tags like e.g.
> location. Is my only choose to write my own little player?
Not sure I understand what you're really after, but
gst-launch-0.10 -t playbin uri=file:///home/andreas/foo.ogg
should show _all_ vorbis tags in one way or another (at least with the
latest released gstreamer + gst-plugins-base versions). Tags for which
there are no explicit GStreamer tags should then show up as
GST_TAG_EXTENDED_COMMENT (which is basically a key=value string tag).
There's a utility function in libgsttag (part of the gst-plugins-base
libs) to parse those as well.
Cheers
-Tim
More information about the gstreamer-devel
mailing list