From bdbd709e006e52c777c8101f31c11f918cb0d6d9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 13 Sep 2007 15:04:15 +0000 Subject: [PATCH] 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. --- ChangeLog | 8 ++++++++ ext/taglib/gstapev2mux.cc | 4 ++-- ext/taglib/gstapev2mux.h | 2 +- ext/taglib/gsttaglibmux.c | 2 +- tests/check/elements/apev2mux.c | 2 +- 5 files changed, 13 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4258fb7..c22a67c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ 2007-09-13 Sebastian Dröge + * 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 + * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos), (gst_wavparse_loop), (gst_wavparse_chain): Add EOS logic for the push-based mode too. Fixes #476514. diff --git a/ext/taglib/gstapev2mux.cc b/ext/taglib/gstapev2mux.cc index 637286e..fcc6f5f 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 * Copyright (C) 2006 Tim-Philipp Müller - * Copyright (C) 2006 Sebastian Dröge + * Copyright (C) 2006 Sebastian Dröge * * 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 "); + "Sebastian Dröge "); 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 1c05bd4..b7f89f1 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 * Copyright (C) 2006 Tim-Philipp Müller - * Copyright (C) 2006 Sebastian Dröge + * Copyright (C) 2006 Sebastian Dröge * * 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 b0f22ea..a20e18c 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 * Copyright (C) 2006 Tim-Philipp Müller - * Copyright (C) 2006 Sebastian Dröge + * Copyright (C) 2006 Sebastian Dröge * 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/tests/check/elements/apev2mux.c b/tests/check/elements/apev2mux.c index c4f7661..47e2c63 100644 --- a/tests/check/elements/apev2mux.c +++ b/tests/check/elements/apev2mux.c @@ -3,7 +3,7 @@ * unit test for the taglib-based apev2mux element * * Copyright (C) 2006 Tim-Philipp Müller - * Copyright (C) 2006 Sebastian Dröge + * Copyright (C) 2006 Sebastian Dröge * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public -- 2.7.4