doc: Fix newline char between authors

Found running `gst-inspect-1.0 -a |& grep -v ":" | grep @`

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4682>
This commit is contained in:
Ruben Gonzalez 2023-05-19 15:50:11 +02:00 committed by GStreamer Marge Bot
parent f435d192e1
commit 059965fe53
20 changed files with 41 additions and 41 deletions

View file

@ -9285,7 +9285,7 @@
"description": "DASH plugin",
"elements": {
"dashdemux": {
"author": "David Corvoysier <david.corvoysier@orange.com>\n Hamid Zakari <hamid.zakari@gmail.com>\n Gianluca Gennari <gennarone@gmail.com>",
"author": "David Corvoysier <david.corvoysier@orange.com>, Hamid Zakari <hamid.zakari@gmail.com>, Gianluca Gennari <gennarone@gmail.com>",
"description": "Dynamic Adaptive Streaming over HTTP demuxer",
"hierarchy": [
"GstDashDemux",
@ -14579,7 +14579,7 @@
"description": "DVB elements",
"elements": {
"dvbbasebin": {
"author": "Alessandro Decina <alessandro.d@gmail.com>\nReynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>",
"author": "Alessandro Decina <alessandro.d@gmail.com>, Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>",
"description": "Access descramble and split DVB streams",
"hierarchy": [
"DvbBaseBin",
@ -15211,7 +15211,7 @@
}
},
"dvbsrc": {
"author": "P2P-VCR, C-Lab, University of Paderborn, Zaheer Abbas Merali <zaheerabbas at merali dot org>\nReynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>",
"author": "P2P-VCR, C-Lab, University of Paderborn, Zaheer Abbas Merali <zaheerabbas at merali dot org>, Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>",
"description": "Digital Video Broadcast Source",
"hierarchy": [
"GstDvbSrc",
@ -29684,7 +29684,7 @@
"description": "HTTP Live Streaming (HLS)",
"elements": {
"hlsdemux": {
"author": "Marc-Andre Lureau <marcandre.lureau@gmail.com>\nAndoni Morales Alastruey <ylatuya@gmail.com>",
"author": "Marc-Andre Lureau <marcandre.lureau@gmail.com>, Andoni Morales Alastruey <ylatuya@gmail.com>",
"description": "HTTP Live Streaming demuxer",
"hierarchy": [
"GstHLSDemux",
@ -213081,7 +213081,7 @@
"description": "High-quality MPEG-1/2 video encoder",
"elements": {
"mpeg2enc": {
"author": "Andrew Stevens <andrew.stevens@nexgo.de>\nRonald Bultje <rbultje@ronald.bitfreak.net>",
"author": "Andrew Stevens <andrew.stevens@nexgo.de>, Ronald Bultje <rbultje@ronald.bitfreak.net>",
"description": "High-quality MPEG-1/2 video encoder",
"hierarchy": [
"GstMpeg2enc",
@ -213950,7 +213950,7 @@
"description": "MPEG TS demuxer",
"elements": {
"tsdemux": {
"author": "Zaheer Abbas Merali <zaheerabbas at merali dot org>\nEdward Hervey <edward.hervey@collabora.co.uk>",
"author": "Zaheer Abbas Merali <zaheerabbas at merali dot org>, Edward Hervey <edward.hervey@collabora.co.uk>",
"description": "Demuxes MPEG2 transport streams",
"hierarchy": [
"GstTSDemux",
@ -214433,7 +214433,7 @@
"description": "High-quality MPEG/DVD/SVCD/VCD video/audio multiplexer",
"elements": {
"mplex": {
"author": "Andrew Stevens <andrew.stevens@nexgo.de>\nRonald Bultje <rbultje@ronald.bitfreak.net>\nMark Nauwelaerts <mnauw@users.sourceforge.net>",
"author": "Andrew Stevens <andrew.stevens@nexgo.de>, Ronald Bultje <rbultje@ronald.bitfreak.net>, Mark Nauwelaerts <mnauw@users.sourceforge.net>",
"description": "High-quality MPEG/DVD/SVCD/VCD video/audio multiplexer",
"hierarchy": [
"GstMplex",
@ -227144,7 +227144,7 @@
"description": "Removes silence from an audio stream",
"elements": {
"removesilence": {
"author": "Tiago Katcipis <tiagokatcipis@gmail.com>\n Paulo Pizarro <paulo.pizarro@gmail.com>\n Nicola Murino <nicola.murino@gmail.com>",
"author": "Tiago Katcipis <tiagokatcipis@gmail.com>, Paulo Pizarro <paulo.pizarro@gmail.com>, Nicola Murino <nicola.murino@gmail.com>",
"description": "Removes all the silence periods from the audio stream.",
"hierarchy": [
"GstRemoveSilence",
@ -238881,7 +238881,7 @@
"description": "Windows kernel streaming plugin",
"elements": {
"ksvideosrc": {
"author": "Ole André Vadla Ravnås <ole.andre.ravnas@tandberg.com>\nHaakon Sporsheim <hakon.sporsheim@tandberg.com>\nAndres Colubri <andres.colubri@gmail.com>",
"author": "Ole André Vadla Ravnås <ole.andre.ravnas@tandberg.com>, Haakon Sporsheim <hakon.sporsheim@tandberg.com, Andres Colubri <andres.colubri@gmail.com>",
"description": "Stream data from a video capture device through Windows kernel streaming",
"hierarchy": [
"GstKsVideoSrc",

View file

@ -611,9 +611,9 @@ gst_dash_demux_class_init (GstDashDemuxClass * klass)
"DASH Demuxer",
"Codec/Demuxer/Adaptive",
"Dynamic Adaptive Streaming over HTTP demuxer",
"David Corvoysier <david.corvoysier@orange.com>\n\
Hamid Zakari <hamid.zakari@gmail.com>\n\
Gianluca Gennari <gennarone@gmail.com>");
"David Corvoysier <david.corvoysier@orange.com>, "
"Hamid Zakari <hamid.zakari@gmail.com>, "
"Gianluca Gennari <gennarone@gmail.com>");
gstadaptivedemux_class->get_duration = gst_dash_demux_get_duration;

View file

@ -160,7 +160,7 @@ gst_hls_demux_class_init (GstHLSDemuxClass * klass)
"HLS Demuxer",
"Codec/Demuxer/Adaptive",
"HTTP Live Streaming demuxer",
"Marc-Andre Lureau <marcandre.lureau@gmail.com>\n"
"Marc-Andre Lureau <marcandre.lureau@gmail.com>, "
"Andoni Morales Alastruey <ylatuya@gmail.com>");
adaptivedemux_class->is_live = gst_hls_demux_is_live;

View file

@ -140,7 +140,7 @@ gst_mpeg2enc_class_init (GstMpeg2encClass * klass)
gst_element_class_set_static_metadata (element_class,
"mpeg2enc video encoder", "Codec/Encoder/Video",
"High-quality MPEG-1/2 video encoder",
"Andrew Stevens <andrew.stevens@nexgo.de>\n"
"Andrew Stevens <andrew.stevens@nexgo.de>, "
"Ronald Bultje <rbultje@ronald.bitfreak.net>");
video_encoder_class->start = GST_DEBUG_FUNCPTR (gst_mpeg2enc_start);

View file

@ -145,8 +145,8 @@ gst_mplex_class_init (GstMplexClass * klass)
gst_element_class_set_static_metadata (element_class,
"mplex video multiplexer", "Codec/Muxer",
"High-quality MPEG/DVD/SVCD/VCD video/audio multiplexer",
"Andrew Stevens <andrew.stevens@nexgo.de>\n"
"Ronald Bultje <rbultje@ronald.bitfreak.net>\n"
"Andrew Stevens <andrew.stevens@nexgo.de>, "
"Ronald Bultje <rbultje@ronald.bitfreak.net>, "
"Mark Nauwelaerts <mnauw@users.sourceforge.net>");
gst_element_class_add_static_pad_template (element_class, &src_templ);

View file

@ -450,7 +450,7 @@ gst_ts_demux_class_init (GstTSDemuxClass * klass)
"MPEG transport stream demuxer",
"Codec/Demuxer",
"Demuxes MPEG2 transport streams",
"Zaheer Abbas Merali <zaheerabbas at merali dot org>\n"
"Zaheer Abbas Merali <zaheerabbas at merali dot org>, "
"Edward Hervey <edward.hervey@collabora.co.uk>");
ts_class = GST_MPEGTS_BASE_CLASS (klass);

View file

@ -183,9 +183,9 @@ gst_remove_silence_class_init (GstRemoveSilenceClass * klass)
"RemoveSilence",
"Filter/Effect/Audio",
"Removes all the silence periods from the audio stream.",
"Tiago Katcipis <tiagokatcipis@gmail.com>\n \
Paulo Pizarro <paulo.pizarro@gmail.com>\n \
Nicola Murino <nicola.murino@gmail.com>");
"Tiago Katcipis <tiagokatcipis@gmail.com>, "
"Paulo Pizarro <paulo.pizarro@gmail.com>, "
"Nicola Murino <nicola.murino@gmail.com>");
gst_element_class_add_static_pad_template (gstelement_class, &src_template);
gst_element_class_add_static_pad_template (gstelement_class, &sink_template);

View file

@ -347,7 +347,7 @@ dvb_base_bin_class_init (DvbBaseBinClass * klass)
gst_element_class_set_static_metadata (element_class, "DVB bin",
"Source/Bin/Video",
"Access descramble and split DVB streams",
"Alessandro Decina <alessandro.d@gmail.com>\n"
"Alessandro Decina <alessandro.d@gmail.com>, "
"Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>");
gobject_class = G_OBJECT_CLASS (klass);

View file

@ -638,7 +638,7 @@ gst_dvbsrc_class_init (GstDvbSrcClass * klass)
"Source/Video",
"Digital Video Broadcast Source",
"P2P-VCR, C-Lab, University of Paderborn, "
"Zaheer Abbas Merali <zaheerabbas at merali dot org>\n"
"Zaheer Abbas Merali <zaheerabbas at merali dot org>, "
"Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>");
gstbasesrc_class->start = GST_DEBUG_FUNCPTR (gst_dvbsrc_start);

View file

@ -171,8 +171,8 @@ gst_ks_video_src_class_init (GstKsVideoSrcClass * klass)
gst_element_class_set_static_metadata (gstelement_class, "KsVideoSrc",
"Source/Video/Hardware",
"Stream data from a video capture device through Windows kernel streaming",
"Ole André Vadla Ravnås <ole.andre.ravnas@tandberg.com>\n"
"Haakon Sporsheim <hakon.sporsheim@tandberg.com>\n"
"Ole André Vadla Ravnås <ole.andre.ravnas@tandberg.com>, "
"Haakon Sporsheim <hakon.sporsheim@tandberg.com>, "
"Andres Colubri <andres.colubri@gmail.com>");
gst_element_class_add_pad_template (gstelement_class,

View file

@ -3795,7 +3795,7 @@
"rank": "none"
},
"glcolorscale": {
"author": "Julien Isorce <julien.isorce@gmail.com>\nMatthew Waters <matthew@centricular.com>",
"author": "Julien Isorce <julien.isorce@gmail.com>, Matthew Waters <matthew@centricular.com>",
"description": "Colorspace converter and video scaler",
"hierarchy": [
"GstGLColorscale",
@ -6290,7 +6290,7 @@
"rank": "none"
},
"glstereosplit": {
"author": "Jan Schmidt <jan@centricular.com>\nMatthew Waters <matthew@centricular.com>",
"author": "Jan Schmidt <jan@centricular.com>, Matthew Waters <matthew@centricular.com>",
"description": "Splits a stereoscopic stream into separate left/right streams",
"hierarchy": [
"GstGLStereoSplit",
@ -6371,7 +6371,7 @@
"rank": "none"
},
"gltransformation": {
"author": "Lubosz Sarnecki <lubosz@gmail.com>\nMatthew Waters <matthew@centricular.com>",
"author": "Lubosz Sarnecki <lubosz@gmail.com>, Matthew Waters <matthew@centricular.com>",
"description": "Transform video on the GPU",
"hierarchy": [
"GstGLTransformation",
@ -6763,7 +6763,7 @@
"rank": "none"
},
"glviewconvert": {
"author": "Jan Schmidt <jan@centricular.com>\nMatthew Waters <matthew@centricular.com>",
"author": "Jan Schmidt <jan@centricular.com>, Matthew Waters <matthew@centricular.com>",
"description": "Convert stereoscopic/multiview video formats",
"hierarchy": [
"GstGLViewConvertElement",

View file

@ -97,7 +97,7 @@ gst_gl_colorscale_class_init (GstGLColorscaleClass * klass)
gst_element_class_set_metadata (element_class, "OpenGL color scale",
"Filter/Effect/Video", "Colorspace converter and video scaler",
"Julien Isorce <julien.isorce@gmail.com>\n"
"Julien Isorce <julien.isorce@gmail.com>, "
"Matthew Waters <matthew@centricular.com>");
basetransform_class->passthrough_on_same_caps = TRUE;

View file

@ -99,7 +99,7 @@ gst_gl_stereosplit_class_init (GstGLStereoSplitClass * klass)
gst_element_class_set_static_metadata (element_class,
"GLStereoSplit", "Codec/Converter",
"Splits a stereoscopic stream into separate left/right streams",
"Jan Schmidt <jan@centricular.com>\n"
"Jan Schmidt <jan@centricular.com>, "
"Matthew Waters <matthew@centricular.com>");
gobject_class->finalize = (GObjectFinalizeFunc) (stereosplit_finalize);

View file

@ -243,7 +243,7 @@ gst_gl_transformation_class_init (GstGLTransformationClass * klass)
gst_element_class_set_metadata (element_class, "OpenGL transformation filter",
"Filter/Effect/Video", "Transform video on the GPU",
"Lubosz Sarnecki <lubosz@gmail.com>\n"
"Lubosz Sarnecki <lubosz@gmail.com>, "
"Matthew Waters <matthew@centricular.com>");
GST_GL_BASE_FILTER_CLASS (klass)->supported_gl_api =

View file

@ -114,7 +114,7 @@ gst_gl_view_convert_element_class_init (GstGLViewConvertElementClass * klass)
gst_element_class_set_metadata (element_class,
"OpenGL Multiview/3D conversion filter", "Filter",
"Convert stereoscopic/multiview video formats",
"Jan Schmidt <jan@centricular.com>\n"
"Jan Schmidt <jan@centricular.com>, "
"Matthew Waters <matthew@centricular.com>");
GST_GL_FILTER_CLASS (klass)->set_caps = gst_gl_view_convert_element_set_caps;

View file

@ -996,7 +996,7 @@
"description": "Adaptive Streaming 2 plugin",
"elements": {
"dashdemux2": {
"author": "Edward Hervey <edward@centricular.com>\nJan Schmidt <jan@centricular.com>",
"author": "Edward Hervey <edward@centricular.com>, Jan Schmidt <jan@centricular.com>",
"description": "Dynamic Adaptive Streaming over HTTP demuxer",
"hierarchy": [
"GstDashDemux2",
@ -1121,7 +1121,7 @@
"rank": "primary + 1"
},
"hlsdemux2": {
"author": "Edward Hervey <edward@centricular.com>\nJan Schmidt <jan@centricular.com>",
"author": "Edward Hervey <edward@centricular.com>, Jan Schmidt <jan@centricular.com>",
"description": "HTTP Live Streaming demuxer",
"hierarchy": [
"GstHLSDemux2",
@ -1501,7 +1501,7 @@
"description": "adds an alpha channel to video - constant or via chroma-keying",
"elements": {
"alpha": {
"author": "Wim Taymans <wim.taymans@gmail.com>\nEdward Hervey <edward.hervey@collabora.co.uk>\nJan Schmidt <thaytan@noraisin.net>",
"author": "Wim Taymans <wim.taymans@gmail.com>, Edward Hervey <edward.hervey@collabora.co.uk>, Jan Schmidt <thaytan@noraisin.net>",
"description": "Adds an alpha channel to video - uniform or via chroma-keying",
"hierarchy": [
"GstAlpha",
@ -10156,7 +10156,7 @@
"description": "Reads/Writes buffers from/to sequentially named files",
"elements": {
"imagesequencesrc": {
"author": "Cesar Fabian Orccon Chipana <cfoch.fabian@gmail.com>\nThibault Saunier <tsaunier@igalia.com>",
"author": "Cesar Fabian Orccon Chipana <cfoch.fabian@gmail.com>, Thibault Saunier <tsaunier@igalia.com>",
"description": "Create a video stream from a sequence of image files",
"hierarchy": [
"GstImageSequenceSrc",

View file

@ -652,7 +652,7 @@ gst_dash_demux2_class_init (GstDashDemux2Class * klass)
"DASH Demuxer",
"Codec/Demuxer/Adaptive",
"Dynamic Adaptive Streaming over HTTP demuxer",
"Edward Hervey <edward@centricular.com>\n"
"Edward Hervey <edward@centricular.com>, "
"Jan Schmidt <jan@centricular.com>");

View file

@ -201,7 +201,7 @@ gst_hls_demux2_class_init (GstHLSDemux2Class * klass)
"HLS Demuxer",
"Codec/Demuxer/Adaptive",
"HTTP Live Streaming demuxer",
"Edward Hervey <edward@centricular.com>\n"
"Edward Hervey <edward@centricular.com>, "
"Jan Schmidt <jan@centricular.com>");
adaptivedemux_class->is_live = gst_hls_demux_is_live;

View file

@ -271,8 +271,8 @@ gst_alpha_class_init (GstAlphaClass * klass)
gst_element_class_set_static_metadata (gstelement_class, "Alpha filter",
"Filter/Effect/Video",
"Adds an alpha channel to video - uniform or via chroma-keying",
"Wim Taymans <wim.taymans@gmail.com>\n"
"Edward Hervey <edward.hervey@collabora.co.uk>\n"
"Wim Taymans <wim.taymans@gmail.com>, "
"Edward Hervey <edward.hervey@collabora.co.uk>, "
"Jan Schmidt <thaytan@noraisin.net>");
gst_element_class_add_static_pad_template (gstelement_class,

View file

@ -338,7 +338,7 @@ gst_image_sequence_src_class_init (GstImageSequenceSrcClass * klass)
gst_element_class_set_static_metadata (gstelement_class,
"Image Sequence Source", "Source/File/Video",
"Create a video stream from a sequence of image files",
"Cesar Fabian Orccon Chipana <cfoch.fabian@gmail.com>\n"
"Cesar Fabian Orccon Chipana <cfoch.fabian@gmail.com>, "
"Thibault Saunier <tsaunier@igalia.com>");
}