gst/adder/gstadder.c: Change author string after seeing output of gst-inspector.
authorThomas Vander Stichele <thomas@apestaart.org>
Mon, 10 Nov 2008 13:55:08 +0000 (13:55 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Mon, 10 Nov 2008 13:55:08 +0000 (13:55 +0000)
Original commit message from CVS:
* gst/adder/gstadder.c:
Change author string after seeing output of gst-inspector.

ChangeLog
gst/adder/gstadder.c

index 49553ad..c7f89e5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+       * gst/adder/gstadder.c:
+         Change author string after seeing output of gst-inspector.
+
 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
 
        * gst/playback/gstplaysink.c: (gst_play_sink_reconfigure):
index 73b3242..8773e62 100644 (file)
@@ -679,7 +679,8 @@ gst_adder_class_init (GstAdderClass * klass)
       gst_static_pad_template_get (&gst_adder_sink_template));
   gst_element_class_set_details_simple (gstelement_class, "Adder",
       "Generic/Audio",
-      "Add N audio channels together", "Thomas <thomas@apestaart.org>");
+      "Add N audio channels together",
+      "Thomas Vander Stichele <thomas at apestaart dot org>");
 
   parent_class = g_type_class_peek_parent (klass);