diff --git a/ChangeLog b/ChangeLog index e5fa363805..cde696faef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2007-05-23 Sebastian Dröge + + Patch by René Stadler : + + * ext/sdl/sdlvideosink.c: + Separate the authors by newlines instead of nothing. Fixes #440774. + 2007-05-23 Wim Taymans * docs/plugins/inspect/plugin-rtpmanager.xml: diff --git a/ext/sdl/sdlvideosink.c b/ext/sdl/sdlvideosink.c index 4dc501c96d..6c452409ef 100644 --- a/ext/sdl/sdlvideosink.c +++ b/ext/sdl/sdlvideosink.c @@ -53,8 +53,8 @@ static const GstElementDetails gst_sdlvideosink_details = GST_ELEMENT_DETAILS ("SDL video sink", "Sink/Video", "An SDL-based videosink", - "Ronald Bultje " - "Edgard Lima " + "Ronald Bultje \n" + "Edgard Lima \n" "Jan Schmidt ");