summaryrefslogtreecommitdiffstats
path: root/ext/taglib
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2007-09-13 15:04:15 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2007-09-13 15:04:15 +0000
commitbdbd709e006e52c777c8101f31c11f918cb0d6d9 (patch)
tree82e6ac521c88c2ecab2cf5e7cb806c9e446c036d /ext/taglib
parentd78b9e274b8a5cdcaf994f98301c7aba13e82419 (diff)
Update my mail address.
Original commit message from CVS: * ext/taglib/gstapev2mux.cc: * ext/taglib/gstapev2mux.h: * ext/taglib/gsttaglibmux.c: * tests/check/elements/apev2mux.c: Update my mail address.
Diffstat (limited to 'ext/taglib')
-rw-r--r--ext/taglib/gstapev2mux.cc4
-rw-r--r--ext/taglib/gstapev2mux.h2
-rw-r--r--ext/taglib/gsttaglibmux.c2
3 files changed, 4 insertions, 4 deletions
diff --git a/ext/taglib/gstapev2mux.cc b/ext/taglib/gstapev2mux.cc
index 637286e8..fcc6f5fb 100644
--- a/ext/taglib/gstapev2mux.cc
+++ b/ext/taglib/gstapev2mux.cc
@@ -1,7 +1,7 @@
/* GStreamer taglib-based APEv2 muxer
* Copyright (C) 2006 Christophe Fergeau <teuf@gnome.org>
* Copyright (C) 2006 Tim-Philipp Müller <tim centricular net>
- * Copyright (C) 2006 Sebastian Dröge <mail@slomosnail.de>
+ * Copyright (C) 2006 Sebastian Dröge <slomo@circular-chaos.org>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
@@ -68,7 +68,7 @@ static const GstElementDetails gst_apev2_mux_details =
GST_ELEMENT_DETAILS ("TagLib-based APEv2 Muxer",
"Formatter/Metadata",
"Adds an APEv2 header to the beginning of files using taglib",
- "Sebastian Dröge <mail@slomosnail.de>");
+ "Sebastian Dröge <slomo@circular-chaos.org>");
static GstStaticPadTemplate src_template = GST_STATIC_PAD_TEMPLATE ("src",
GST_PAD_SRC,
diff --git a/ext/taglib/gstapev2mux.h b/ext/taglib/gstapev2mux.h
index 1c05bd47..b7f89f1e 100644
--- a/ext/taglib/gstapev2mux.h
+++ b/ext/taglib/gstapev2mux.h
@@ -1,7 +1,7 @@
/* GStreamer taglib-based APEv2 muxer
* Copyright (C) 2006 Christophe Fergeau <teuf@gnome.org>
* Copyright (C) 2006 Tim-Philipp Müller <tim centricular net>
- * Copyright (C) 2006 Sebastian Dröge <mail@slomosnail.de>
+ * Copyright (C) 2006 Sebastian Dröge <slomo@circular-chaos.org>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
diff --git a/ext/taglib/gsttaglibmux.c b/ext/taglib/gsttaglibmux.c
index b0f22eaa..a20e18cc 100644
--- a/ext/taglib/gsttaglibmux.c
+++ b/ext/taglib/gsttaglibmux.c
@@ -1,7 +1,7 @@
/* GStreamer taglib-based muxer base class
* Copyright (C) 2006 Christophe Fergeau <teuf@gnome.org>
* Copyright (C) 2006 Tim-Philipp Müller <tim centricular net>
- * Copyright (C) 2006 Sebastian Dröge <mail@slomosnail.de>
+ * Copyright (C) 2006 Sebastian Dröge <slomo@circular-chaos.org>
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public