id3tag: Add new id3 tagging plugin, supports v1, v2.3, and v2.4.
authorMichael Smith <msmith@songbirdnest.com>
Thu, 21 May 2009 20:15:46 +0000 (13:15 -0700)
committerMichael Smith <msmith@songbirdnest.com>
Thu, 21 May 2009 20:15:46 +0000 (13:15 -0700)
commitfe38f53572ff91b63a3dc5a5a5ed78e13040d16c
treeda2e7e402b107f5690a78df21b63e377ac692291
parentb9ac26713b9c4097373082a47c960d314a19119a
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
gst/id3tag/Makefile.am [new file with mode: 0644]
gst/id3tag/gstid3tag.c [new file with mode: 0644]
gst/id3tag/gstid3tag.h [new file with mode: 0644]
gst/id3tag/gsttagmux.c [new file with mode: 0644]
gst/id3tag/gsttagmux.h [new file with mode: 0644]
gst/id3tag/id3tag.c [new file with mode: 0644]
gst/id3tag/id3tag.h [new file with mode: 0644]