[gst-cvs] gst-plugins-bad: id3tag: Add new id3 tagging plugin, supports v1, v2.3, and v2.4.

Michael Smith msmith at kemper.freedesktop.org
Thu May 21 13:17:19 PDT 2009


Module: gst-plugins-bad
Branch: master
Commit: fe38f53572ff91b63a3dc5a5a5ed78e13040d16c
URL:    http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=fe38f53572ff91b63a3dc5a5a5ed78e13040d16c

Author: Michael Smith <msmith at songbirdnest.com>
Date:   Thu May 21 13:15:46 2009 -0700

id3tag: Add new id3 tagging plugin, supports v1, v2.3, and v2.4.

By default, does v1 and v2.3, but there are properties to select.
Will hopefully replace id3mux, id3v2mux, in the not-too-distant future.

---

 configure.ac           |    2 +
 gst/id3tag/Makefile.am |   19 +
 gst/id3tag/gstid3tag.c |  229 +++++++++
 gst/id3tag/gstid3tag.h |   63 +++
 gst/id3tag/gsttagmux.c |  490 ++++++++++++++++++++
 gst/id3tag/gsttagmux.h |   79 ++++
 gst/id3tag/id3tag.c    | 1194 ++++++++++++++++++++++++++++++++++++++++++++++++
 gst/id3tag/id3tag.h    |   32 ++
 8 files changed, 2108 insertions(+), 0 deletions(-)

Diff:   http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/diff/?id=fe38f53572ff91b63a3dc5a5a5ed78e13040d16c




More information about the Gstreamer-commits mailing list