plugins/elements/gstfilesink.c: Update Author string to match others.
authorThomas Vander Stichele <thomas@apestaart.org>
Mon, 10 Nov 2008 13:56:51 +0000 (13:56 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Mon, 10 Nov 2008 13:56:51 +0000 (13:56 +0000)
Original commit message from CVS:
* plugins/elements/gstfilesink.c:
Update Author string to match others.

ChangeLog
plugins/elements/gstfilesink.c

index 7b3ac48..c070ce0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+       * plugins/elements/gstfilesink.c:
+         Update Author string to match others.
+
 2008-11-06  Wim Taymans  <wim.taymans@collabora.co.uk>
 
        * gst/gstvalue.c: (gst_type_is_fixed), (gst_value_is_fixed):
index f17ba04..c32dcfa 100644 (file)
@@ -140,7 +140,8 @@ gst_file_sink_base_init (gpointer g_class)
 
   gst_element_class_set_details_simple (gstelement_class,
       "File Sink",
-      "Sink/File", "Write stream to a file", "Thomas <thomas@apestaart.org>");
+      "Sink/File", "Write stream to a file",
+      "Thomas Vander Stichele <thomas at apestaart dot org>");
   gst_element_class_add_pad_template (gstelement_class,
       gst_static_pad_template_get (&sinktemplate));
 }