ext/sdl/sdlvideosink.c: Separate the authors by newlines instead of nothing. Fixes #440774.

Original commit message from CVS:
Patch by René Stadler <mail at renestadler dot de>:
* ext/sdl/sdlvideosink.c:
Separate the authors by newlines instead of nothing. Fixes #440774.
This commit is contained in:
René Stadler 2007-05-23 18:00:15 +00:00 committed by Sebastian Dröge
parent 985a18d72a
commit 7935a424b1
2 changed files with 9 additions and 2 deletions

View file

@ -1,3 +1,10 @@
2007-05-23 Sebastian Dröge <slomo@circular-chaos.org>
Patch by René Stadler <mail at renestadler dot de>:
* ext/sdl/sdlvideosink.c:
Separate the authors by newlines instead of nothing. Fixes #440774.
2007-05-23 Wim Taymans <wim@fluendo.com>
* docs/plugins/inspect/plugin-rtpmanager.xml:

View file

@ -53,8 +53,8 @@ static const GstElementDetails gst_sdlvideosink_details =
GST_ELEMENT_DETAILS ("SDL video sink",
"Sink/Video",
"An SDL-based videosink",
"Ronald Bultje <rbultje@ronald.bitfreak.net>"
"Edgard Lima <edgard.lima@indt.org.br>"
"Ronald Bultje <rbultje@ronald.bitfreak.net>\n"
"Edgard Lima <edgard.lima@indt.org.br>\n"
"Jan Schmidt <thaytan@mad.scientist.com>");