From: Thomas Vander Stichele Date: Mon, 10 Nov 2008 13:56:51 +0000 (+0000) Subject: plugins/elements/gstfilesink.c: Update Author string to match others. X-Git-Tag: GIT_CONVERSION~79 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a0e5eab525a26eb31b575a5595f07a54102d85d3;p=platform%2Fupstream%2Fgstreamer.git 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. --- diff --git a/ChangeLog b/ChangeLog index 7b3ac48..c070ce0 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 f17ba04..c32dcfa 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)); }