mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 18:05:37 +00:00
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:
parent
7f987200b5
commit
a0e5eab525
2 changed files with 7 additions and 1 deletions
|
@ -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>
|
2008-11-06 Wim Taymans <wim.taymans@collabora.co.uk>
|
||||||
|
|
||||||
* gst/gstvalue.c: (gst_type_is_fixed), (gst_value_is_fixed):
|
* gst/gstvalue.c: (gst_type_is_fixed), (gst_value_is_fixed):
|
||||||
|
|
|
@ -140,7 +140,8 @@ gst_file_sink_base_init (gpointer g_class)
|
||||||
|
|
||||||
gst_element_class_set_details_simple (gstelement_class,
|
gst_element_class_set_details_simple (gstelement_class,
|
||||||
"File Sink",
|
"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_element_class_add_pad_template (gstelement_class,
|
||||||
gst_static_pad_template_get (&sinktemplate));
|
gst_static_pad_template_get (&sinktemplate));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue