From 7935a424b1932e83c18cd1a34a82f3ca4121bca6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Stadler?= Date: Wed, 23 May 2007 18:00:15 +0000 Subject: ext/sdl/sdlvideosink.c: Separate the authors by newlines instead of nothing. Fixes #440774. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Original commit message from CVS: Patch by René Stadler : * ext/sdl/sdlvideosink.c: Separate the authors by newlines instead of nothing. Fixes #440774. --- ext/sdl/sdlvideosink.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext') diff --git a/ext/sdl/sdlvideosink.c b/ext/sdl/sdlvideosink.c index 4dc501c9..6c452409 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 "); -- cgit v1.2.1