use commas instead of newlines for author field (makes output greppable)
authorBenjamin Otte <otte@gnome.org>
Tue, 8 Jul 2003 19:48:54 +0000 (19:48 +0000)
committerBenjamin Otte <otte@gnome.org>
Tue, 8 Jul 2003 19:48:54 +0000 (19:48 +0000)
Original commit message from CVS:
use commas instead of newlines for author field (makes output greppable)

ext/ffmpeg/gstffmpegdec.c
ext/ffmpeg/gstffmpegdemux.c
ext/ffmpeg/gstffmpegenc.c
ext/ffmpeg/gstffmpegmux.c

index b373a1d..efab63a 100644 (file)
@@ -454,8 +454,8 @@ gst_ffmpegdec_register (GstPlugin *plugin)
     details->description = g_strdup_printf("FFMPEG %s decoder",
                                           in_plugin->name);
     details->version = g_strdup(VERSION);
-    details->author = g_strdup("The FFMPEG crew\n"
-                               "Wim Taymans <wim.taymans@chello.be>\n"
+    details->author = g_strdup("The FFMPEG crew"
+                               "Wim Taymans <wim.taymans@chello.be>"
                                "Ronald Bultje <rbultje@ronald.bitfreak.net>");
     details->copyright = g_strdup("(c) 2001-2003");
 
index 354d8ef..142ce54 100644 (file)
@@ -439,8 +439,8 @@ gst_ffmpegdemux_register (GstPlugin *plugin)
     details->description = g_strdup_printf ("FFMPEG %s demuxer",
                                            in_plugin->name);
     details->version = g_strdup (VERSION);
-    details->author = g_strdup ("The FFMPEG crew\n"
-                               "Wim Taymans <wim.taymans@chello.be>\n"
+    details->author = g_strdup ("The FFMPEG crew"
+                               "Wim Taymans <wim.taymans@chello.be>"
                                "Ronald Bultje <rbultje@ronald.bitfreak.net>");
     details->copyright = g_strdup ("(c) 2002-2003");
 
index 26f5cea..4672dff 100644 (file)
@@ -557,8 +557,8 @@ gst_ffmpegenc_register (GstPlugin *plugin)
     details->description = g_strdup_printf("FFMPEG %s encoder",
                                           in_plugin->name);
     details->version = g_strdup(VERSION);
-    details->author = g_strdup("The FFMPEG crew\n"
-                               "Wim Taymans <wim.taymans@chello.be>\n"
+    details->author = g_strdup("The FFMPEG crew"
+                               "Wim Taymans <wim.taymans@chello.be>"
                                "Ronald Bultje <rbultje@ronald.bitfreak.net>");
     details->copyright = g_strdup("(c) 2001-2003");
 
index a5013e3..b789c90 100644 (file)
@@ -483,8 +483,8 @@ gst_ffmpegmux_register (GstPlugin *plugin)
     details->description = g_strdup_printf ("FFMPEG %s Muxer",
                                            in_plugin->name);
     details->version = g_strdup (VERSION);
-    details->author = g_strdup ("The FFMPEG crew\n"
-                               "Wim Taymans <wim.taymans@chello.be>\n"
+    details->author = g_strdup ("The FFMPEG crew"
+                               "Wim Taymans <wim.taymans@chello.be>"
                                "Ronald Bultje <rbultje@ronald.bitfreak.net>");
     details->copyright = g_strdup ("(c) 2002-2003");