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.
This commit is contained in:
parent
d78b9e274b
commit
bdbd709e00
@ -1,3 +1,11 @@
|
|||||||
|
2007-09-13 Sebastian Dröge <slomo@circular-chaos.org>
|
||||||
|
|
||||||
|
* ext/taglib/gstapev2mux.cc:
|
||||||
|
* ext/taglib/gstapev2mux.h:
|
||||||
|
* ext/taglib/gsttaglibmux.c:
|
||||||
|
* tests/check/elements/apev2mux.c:
|
||||||
|
Update my mail address.
|
||||||
|
|
||||||
2007-09-13 Sebastian Dröge <slomo@circular-chaos.org>
|
2007-09-13 Sebastian Dröge <slomo@circular-chaos.org>
|
||||||
|
|
||||||
* gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
|
* gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* GStreamer taglib-based APEv2 muxer
|
/* GStreamer taglib-based APEv2 muxer
|
||||||
* Copyright (C) 2006 Christophe Fergeau <teuf@gnome.org>
|
* Copyright (C) 2006 Christophe Fergeau <teuf@gnome.org>
|
||||||
* Copyright (C) 2006 Tim-Philipp Müller <tim centricular net>
|
* 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
|
* This library is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU Library General Public
|
* 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",
|
GST_ELEMENT_DETAILS ("TagLib-based APEv2 Muxer",
|
||||||
"Formatter/Metadata",
|
"Formatter/Metadata",
|
||||||
"Adds an APEv2 header to the beginning of files using taglib",
|
"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",
|
static GstStaticPadTemplate src_template = GST_STATIC_PAD_TEMPLATE ("src",
|
||||||
GST_PAD_SRC,
|
GST_PAD_SRC,
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* GStreamer taglib-based APEv2 muxer
|
/* GStreamer taglib-based APEv2 muxer
|
||||||
* Copyright (C) 2006 Christophe Fergeau <teuf@gnome.org>
|
* Copyright (C) 2006 Christophe Fergeau <teuf@gnome.org>
|
||||||
* Copyright (C) 2006 Tim-Philipp Müller <tim centricular net>
|
* 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
|
* This library is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU Library General Public
|
* modify it under the terms of the GNU Library General Public
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* GStreamer taglib-based muxer base class
|
/* GStreamer taglib-based muxer base class
|
||||||
* Copyright (C) 2006 Christophe Fergeau <teuf@gnome.org>
|
* Copyright (C) 2006 Christophe Fergeau <teuf@gnome.org>
|
||||||
* Copyright (C) 2006 Tim-Philipp Müller <tim centricular net>
|
* 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
|
* This library is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU Library General Public
|
* modify it under the terms of the GNU Library General Public
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
* unit test for the taglib-based apev2mux element
|
* unit test for the taglib-based apev2mux element
|
||||||
*
|
*
|
||||||
* Copyright (C) 2006 Tim-Philipp Müller <tim centricular net>
|
* 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
|
* This library is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU Library General Public
|
* modify it under the terms of the GNU Library General Public
|
||||||
|
Loading…
x
Reference in New Issue
Block a user