gst/adder/gstadder.c: Change author string after seeing output of gst-inspector.

Original commit message from CVS:
* gst/adder/gstadder.c:
Change author string after seeing output of gst-inspector.
This commit is contained in:
Thomas Vander Stichele 2008-11-10 13:55:08 +00:00
parent 9045e0428e
commit 9b6f3ad0c8
2 changed files with 7 additions and 1 deletions

View file

@ -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):

View 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);