mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-06 08:09:56 +00:00
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:
parent
985a18d72a
commit
7935a424b1
2 changed files with 9 additions and 2 deletions
|
@ -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:
|
||||
|
|
|
@ -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>");
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue