diff --git a/ChangeLog b/ChangeLog index 7b3ac484f2..c070ce003f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-11-10 Thomas Vander Stichele + + * plugins/elements/gstfilesink.c: + Update Author string to match others. + 2008-11-06 Wim Taymans * gst/gstvalue.c: (gst_type_is_fixed), (gst_value_is_fixed): diff --git a/plugins/elements/gstfilesink.c b/plugins/elements/gstfilesink.c index f17ba048de..c32dcfa8d1 100644 --- a/plugins/elements/gstfilesink.c +++ b/plugins/elements/gstfilesink.c @@ -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 "); + "Sink/File", "Write stream to a file", + "Thomas Vander Stichele "); gst_element_class_add_pad_template (gstelement_class, gst_static_pad_template_get (&sinktemplate)); }