[gst-devel] vorbistag element
Johan Dahlin
johan at fluendo.com
Thu Oct 14 16:20:17 CEST 2004
tor 2004-10-14 klockan 23:58 +0100 skrev Adam:
> Hi,
>
> I'm writing a music filter for the Beagle project which extracts tags
> and indexes them. To do this i create a pipeline filesrc | id3tag and
> connect to the FoundTag signal. This works great for id3 and flac... but
> doesn't work for the vorbistag element (the signal never gets called).
Use filesrc ! oggdemux ! vorbistag instead.
Note that oggdemux will also emit the found-tag signal, so make sure
that you only catch found-tag on vorbistag (unless you actually want the
information from ogg, which I doubt).
--
Johan Dahlin <johan at fluendo.com>
Fluendo S.L.
More information about the gstreamer-devel
mailing list