mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
various: fix author tag in element details
This commit is contained in:
parent
c46725845b
commit
79e3b5b4bb
8 changed files with 9 additions and 9 deletions
|
@ -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));
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue