various: fix author tag in element details
authorStefan Kost <ensonic@users.sf.net>
Thu, 28 Apr 2011 12:59:38 +0000 (15:59 +0300)
committerStefan Kost <ensonic@users.sf.net>
Wed, 18 May 2011 07:31:38 +0000 (10:31 +0300)
ext/mplex/gstmplex.cc
gst/adpcmdec/adpcmdec.c
gst/adpcmenc/adpcmenc.c
gst/geometrictransform/gstfisheye.c
gst/geometrictransform/gstmirror.c
gst/geometrictransform/gstsquare.c
gst/mpegtsdemux/tsdemux.c
sys/shm/gstshmsrc.c

index 04eae2edf1e54d5aff01188bacd68b12a4aa138c..fca40e38b87e14b3175cd9df9463f61a52bb4b65 100644 (file)
@@ -129,7 +129,7 @@ gst_mplex_base_init (gpointer klass)
       "High-quality MPEG/DVD/SVCD/VCD video/audio multiplexer",
       "Andrew Stevens <andrew.stevens@nexgo.de>\n"
       "Ronald Bultje <rbultje@ronald.bitfreak.net>\n"
-      "Mark Nauwelaerts <mnauw@users.sourceforge.net");
+      "Mark Nauwelaerts <mnauw@users.sourceforge.net>");
 
   gst_element_class_add_pad_template (element_class,
       gst_static_pad_template_get (&src_templ));
index d8a8dec74675369b12aca8c26547b1ebab1090fc..08a3e914cced0bbfaf98a9c4bac8fa821bee15fa 100644 (file)
@@ -569,7 +569,7 @@ adpcmdec_base_init (gpointer klass)
   gst_element_class_set_details_simple (element_class, "ADPCM decoder",
       "Codec/Decoder/Audio",
       "Decode MS and IMA ADPCM audio",
-      "Pioneers of the Inevitable <songbird@songbirdnest.com");
+      "Pioneers of the Inevitable <songbird@songbirdnest.com>");
 }
 
 static gboolean
index bc45c3da46a5f51e3e4a2ff9a732bdac00620c92..49e0550617cdd56433d99077fa6ec6ef236fadab 100644 (file)
@@ -550,7 +550,7 @@ adpcmenc_base_init (gpointer klass)
   gst_element_class_set_details_simple (element_class, "ADPCM encoder",
       "Codec/Encoder/Audio",
       "Encode ADPCM audio",
-      "Pioneers of the Inevitable <songbird@songbirdnest.com");
+      "Pioneers of the Inevitable <songbird@songbirdnest.com>");
 }
 
 static gboolean
index 7f388583450a82006862ffecb2d32ac9f0074106..46318b0430c24a31325167bb8e9c7f2b20814533 100644 (file)
@@ -67,7 +67,7 @@ gst_fisheye_base_init (gpointer gclass)
       "fisheye",
       "Transform/Effect/Video",
       "Split the image into two halves and reflect one over each other",
-      "Filippo Argiolas <filippo.argiolas@gmail.com");
+      "Filippo Argiolas <filippo.argiolas@gmail.com>");
 }
 
 static gboolean
index 43d102cc25c116521511843a6187ed3d771c9377..a06adf0822a3af935cc53900eaace514a2e8a0ef 100644 (file)
@@ -132,7 +132,7 @@ gst_mirror_base_init (gpointer gclass)
       "mirror",
       "Transform/Effect/Video",
       "Split the image into two halves and reflect one over each other",
-      "Filippo Argiolas <filippo.argiolas@gmail.com");
+      "Filippo Argiolas <filippo.argiolas@gmail.com>");
 }
 
 static gboolean
index eda6f43c57530b567bd8035fc78f76de866e3a80..a7b2fc59baed1cbb8717fcfde44a126c9cfc5762 100644 (file)
@@ -146,7 +146,7 @@ gst_square_base_init (gpointer gclass)
       "square",
       "Transform/Effect/Video",
       "Distort center part of the image into a square",
-      "Filippo Argiolas <filippo.argiolas@gmail.com");
+      "Filippo Argiolas <filippo.argiolas@gmail.com>");
 }
 
 static gboolean
index 8203ef6e072e6d71482844295f0c79b7bab950cf..d9b494f29b04f1361f23df0f91c832dba0df3b07 100644 (file)
@@ -227,8 +227,8 @@ gst_ts_demux_base_init (gpointer klass)
       "MPEG transport stream demuxer",
       "Codec/Demuxer",
       "Demuxes MPEG2 transport streams",
-      "Zaheer Abbas Merali <zaheerabbas at merali dot org>;"
-      " Edward Hervey <edward.hervey@collabora.co.uk>");
+      "Zaheer Abbas Merali <zaheerabbas at merali dot org>\n"
+      "Edward Hervey <edward.hervey@collabora.co.uk>");
 }
 
 static void
index 0e960c30c722a83be462598283bfb46a981ed0c2..bbeadcd7d08119a1980532904077f330564f7ae9 100644 (file)
@@ -92,7 +92,7 @@ gst_shm_src_base_init (gpointer g_class)
       "Shared Memory Source",
       "Source",
       "Receive data from the sharem memory sink",
-      "Olivier Crete <olivier.crete@collabora.co.uk");
+      "Olivier Crete <olivier.crete@collabora.co.uk>");
 }
 
 static void