plugins/elements/gstfilesink.c: Update Author string to match others.

Original commit message from CVS:
* plugins/elements/gstfilesink.c:
Update Author string to match others.
This commit is contained in:
Thomas Vander Stichele 2008-11-10 13:56:51 +00:00
parent 7f987200b5
commit a0e5eab525
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>
* 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):

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