From 059965fe53bfcd9dd97ae78a8357fb4b3586d7f9 Mon Sep 17 00:00:00 2001 From: Ruben Gonzalez Date: Fri, 19 May 2023 15:50:11 +0200 Subject: [PATCH] doc: Fix newline char between authors Found running `gst-inspect-1.0 -a |& grep -v ":" | grep @` Part-of: --- .../docs/plugins/gst_plugins_cache.json | 18 +++++++++--------- .../gst-plugins-bad/ext/dash/gstdashdemux.c | 6 +++--- .../gst-plugins-bad/ext/hls/gsthlsdemux.c | 2 +- .../ext/mpeg2enc/gstmpeg2enc.cc | 2 +- .../gst-plugins-bad/ext/mplex/gstmplex.cc | 4 ++-- .../gst-plugins-bad/gst/mpegtsdemux/tsdemux.c | 2 +- .../gst/removesilence/gstremovesilence.c | 6 +++--- .../gst-plugins-bad/sys/dvb/dvbbasebin.c | 2 +- .../gst-plugins-bad/sys/dvb/gstdvbsrc.c | 2 +- .../gst-plugins-bad/sys/winks/gstksvideosrc.c | 4 ++-- .../docs/plugins/gst_plugins_cache.json | 8 ++++---- .../gst-plugins-base/ext/gl/gstglcolorscale.c | 2 +- .../gst-plugins-base/ext/gl/gstglstereosplit.c | 2 +- .../ext/gl/gstgltransformation.c | 2 +- .../gst-plugins-base/ext/gl/gstglviewconvert.c | 2 +- .../docs/gst_plugins_cache.json | 8 ++++---- .../ext/adaptivedemux2/dash/gstdashdemux.c | 2 +- .../ext/adaptivedemux2/hls/gsthlsdemux.c | 2 +- .../gst-plugins-good/gst/alpha/gstalpha.c | 4 ++-- .../gst/multifile/gstimagesequencesrc.c | 2 +- 20 files changed, 41 insertions(+), 41 deletions(-) diff --git a/subprojects/gst-plugins-bad/docs/plugins/gst_plugins_cache.json b/subprojects/gst-plugins-bad/docs/plugins/gst_plugins_cache.json index ac42ffe9c7..bed2fb12a6 100644 --- a/subprojects/gst-plugins-bad/docs/plugins/gst_plugins_cache.json +++ b/subprojects/gst-plugins-bad/docs/plugins/gst_plugins_cache.json @@ -9285,7 +9285,7 @@ "description": "DASH plugin", "elements": { "dashdemux": { - "author": "David Corvoysier \n Hamid Zakari \n Gianluca Gennari ", + "author": "David Corvoysier , Hamid Zakari , Gianluca Gennari ", "description": "Dynamic Adaptive Streaming over HTTP demuxer", "hierarchy": [ "GstDashDemux", @@ -14579,7 +14579,7 @@ "description": "DVB elements", "elements": { "dvbbasebin": { - "author": "Alessandro Decina \nReynaldo H. Verdejo Pinochet ", + "author": "Alessandro Decina , Reynaldo H. Verdejo Pinochet ", "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 \nReynaldo H. Verdejo Pinochet ", + "author": "P2P-VCR, C-Lab, University of Paderborn, Zaheer Abbas Merali , Reynaldo H. Verdejo Pinochet ", "description": "Digital Video Broadcast Source", "hierarchy": [ "GstDvbSrc", @@ -29684,7 +29684,7 @@ "description": "HTTP Live Streaming (HLS)", "elements": { "hlsdemux": { - "author": "Marc-Andre Lureau \nAndoni Morales Alastruey ", + "author": "Marc-Andre Lureau , Andoni Morales Alastruey ", "description": "HTTP Live Streaming demuxer", "hierarchy": [ "GstHLSDemux", @@ -213081,7 +213081,7 @@ "description": "High-quality MPEG-1/2 video encoder", "elements": { "mpeg2enc": { - "author": "Andrew Stevens \nRonald Bultje ", + "author": "Andrew Stevens , Ronald Bultje ", "description": "High-quality MPEG-1/2 video encoder", "hierarchy": [ "GstMpeg2enc", @@ -213950,7 +213950,7 @@ "description": "MPEG TS demuxer", "elements": { "tsdemux": { - "author": "Zaheer Abbas Merali \nEdward Hervey ", + "author": "Zaheer Abbas Merali , Edward Hervey ", "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 \nRonald Bultje \nMark Nauwelaerts ", + "author": "Andrew Stevens , Ronald Bultje , Mark Nauwelaerts ", "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 \n Paulo Pizarro \n Nicola Murino ", + "author": "Tiago Katcipis , Paulo Pizarro , Nicola Murino ", "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 \nHaakon Sporsheim \nAndres Colubri ", + "author": "Ole André Vadla Ravnås , Haakon Sporsheim ", "description": "Stream data from a video capture device through Windows kernel streaming", "hierarchy": [ "GstKsVideoSrc", diff --git a/subprojects/gst-plugins-bad/ext/dash/gstdashdemux.c b/subprojects/gst-plugins-bad/ext/dash/gstdashdemux.c index 86f54b1257..4e3bd2936d 100644 --- a/subprojects/gst-plugins-bad/ext/dash/gstdashdemux.c +++ b/subprojects/gst-plugins-bad/ext/dash/gstdashdemux.c @@ -611,9 +611,9 @@ gst_dash_demux_class_init (GstDashDemuxClass * klass) "DASH Demuxer", "Codec/Demuxer/Adaptive", "Dynamic Adaptive Streaming over HTTP demuxer", - "David Corvoysier \n\ - Hamid Zakari \n\ - Gianluca Gennari "); + "David Corvoysier , " + "Hamid Zakari , " + "Gianluca Gennari "); gstadaptivedemux_class->get_duration = gst_dash_demux_get_duration; diff --git a/subprojects/gst-plugins-bad/ext/hls/gsthlsdemux.c b/subprojects/gst-plugins-bad/ext/hls/gsthlsdemux.c index 2e4ee94830..929212cf09 100644 --- a/subprojects/gst-plugins-bad/ext/hls/gsthlsdemux.c +++ b/subprojects/gst-plugins-bad/ext/hls/gsthlsdemux.c @@ -160,7 +160,7 @@ gst_hls_demux_class_init (GstHLSDemuxClass * klass) "HLS Demuxer", "Codec/Demuxer/Adaptive", "HTTP Live Streaming demuxer", - "Marc-Andre Lureau \n" + "Marc-Andre Lureau , " "Andoni Morales Alastruey "); adaptivedemux_class->is_live = gst_hls_demux_is_live; diff --git a/subprojects/gst-plugins-bad/ext/mpeg2enc/gstmpeg2enc.cc b/subprojects/gst-plugins-bad/ext/mpeg2enc/gstmpeg2enc.cc index e209248ae0..d1892ccb45 100644 --- a/subprojects/gst-plugins-bad/ext/mpeg2enc/gstmpeg2enc.cc +++ b/subprojects/gst-plugins-bad/ext/mpeg2enc/gstmpeg2enc.cc @@ -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 \n" + "Andrew Stevens , " "Ronald Bultje "); video_encoder_class->start = GST_DEBUG_FUNCPTR (gst_mpeg2enc_start); diff --git a/subprojects/gst-plugins-bad/ext/mplex/gstmplex.cc b/subprojects/gst-plugins-bad/ext/mplex/gstmplex.cc index 94b06dead1..6e2e5e4dbe 100644 --- a/subprojects/gst-plugins-bad/ext/mplex/gstmplex.cc +++ b/subprojects/gst-plugins-bad/ext/mplex/gstmplex.cc @@ -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 \n" - "Ronald Bultje \n" + "Andrew Stevens , " + "Ronald Bultje , " "Mark Nauwelaerts "); gst_element_class_add_static_pad_template (element_class, &src_templ); diff --git a/subprojects/gst-plugins-bad/gst/mpegtsdemux/tsdemux.c b/subprojects/gst-plugins-bad/gst/mpegtsdemux/tsdemux.c index 88860b676e..fadf707dd5 100644 --- a/subprojects/gst-plugins-bad/gst/mpegtsdemux/tsdemux.c +++ b/subprojects/gst-plugins-bad/gst/mpegtsdemux/tsdemux.c @@ -450,7 +450,7 @@ gst_ts_demux_class_init (GstTSDemuxClass * klass) "MPEG transport stream demuxer", "Codec/Demuxer", "Demuxes MPEG2 transport streams", - "Zaheer Abbas Merali \n" + "Zaheer Abbas Merali , " "Edward Hervey "); ts_class = GST_MPEGTS_BASE_CLASS (klass); diff --git a/subprojects/gst-plugins-bad/gst/removesilence/gstremovesilence.c b/subprojects/gst-plugins-bad/gst/removesilence/gstremovesilence.c index 6822e57b55..91406dba39 100644 --- a/subprojects/gst-plugins-bad/gst/removesilence/gstremovesilence.c +++ b/subprojects/gst-plugins-bad/gst/removesilence/gstremovesilence.c @@ -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 \n \ - Paulo Pizarro \n \ - Nicola Murino "); + "Tiago Katcipis , " + "Paulo Pizarro , " + "Nicola Murino "); gst_element_class_add_static_pad_template (gstelement_class, &src_template); gst_element_class_add_static_pad_template (gstelement_class, &sink_template); diff --git a/subprojects/gst-plugins-bad/sys/dvb/dvbbasebin.c b/subprojects/gst-plugins-bad/sys/dvb/dvbbasebin.c index e85003a68e..a4fbd3258f 100644 --- a/subprojects/gst-plugins-bad/sys/dvb/dvbbasebin.c +++ b/subprojects/gst-plugins-bad/sys/dvb/dvbbasebin.c @@ -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 \n" + "Alessandro Decina , " "Reynaldo H. Verdejo Pinochet "); gobject_class = G_OBJECT_CLASS (klass); diff --git a/subprojects/gst-plugins-bad/sys/dvb/gstdvbsrc.c b/subprojects/gst-plugins-bad/sys/dvb/gstdvbsrc.c index b8e5b1a03e..33ee3ffd15 100644 --- a/subprojects/gst-plugins-bad/sys/dvb/gstdvbsrc.c +++ b/subprojects/gst-plugins-bad/sys/dvb/gstdvbsrc.c @@ -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 \n" + "Zaheer Abbas Merali , " "Reynaldo H. Verdejo Pinochet "); gstbasesrc_class->start = GST_DEBUG_FUNCPTR (gst_dvbsrc_start); diff --git a/subprojects/gst-plugins-bad/sys/winks/gstksvideosrc.c b/subprojects/gst-plugins-bad/sys/winks/gstksvideosrc.c index 640a9817d7..5b22e0235c 100644 --- a/subprojects/gst-plugins-bad/sys/winks/gstksvideosrc.c +++ b/subprojects/gst-plugins-bad/sys/winks/gstksvideosrc.c @@ -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 \n" - "Haakon Sporsheim \n" + "Ole André Vadla Ravnås , " + "Haakon Sporsheim , " "Andres Colubri "); gst_element_class_add_pad_template (gstelement_class, diff --git a/subprojects/gst-plugins-base/docs/plugins/gst_plugins_cache.json b/subprojects/gst-plugins-base/docs/plugins/gst_plugins_cache.json index 7566255686..07ab2828c0 100644 --- a/subprojects/gst-plugins-base/docs/plugins/gst_plugins_cache.json +++ b/subprojects/gst-plugins-base/docs/plugins/gst_plugins_cache.json @@ -3795,7 +3795,7 @@ "rank": "none" }, "glcolorscale": { - "author": "Julien Isorce \nMatthew Waters ", + "author": "Julien Isorce , Matthew Waters ", "description": "Colorspace converter and video scaler", "hierarchy": [ "GstGLColorscale", @@ -6290,7 +6290,7 @@ "rank": "none" }, "glstereosplit": { - "author": "Jan Schmidt \nMatthew Waters ", + "author": "Jan Schmidt , Matthew Waters ", "description": "Splits a stereoscopic stream into separate left/right streams", "hierarchy": [ "GstGLStereoSplit", @@ -6371,7 +6371,7 @@ "rank": "none" }, "gltransformation": { - "author": "Lubosz Sarnecki \nMatthew Waters ", + "author": "Lubosz Sarnecki , Matthew Waters ", "description": "Transform video on the GPU", "hierarchy": [ "GstGLTransformation", @@ -6763,7 +6763,7 @@ "rank": "none" }, "glviewconvert": { - "author": "Jan Schmidt \nMatthew Waters ", + "author": "Jan Schmidt , Matthew Waters ", "description": "Convert stereoscopic/multiview video formats", "hierarchy": [ "GstGLViewConvertElement", diff --git a/subprojects/gst-plugins-base/ext/gl/gstglcolorscale.c b/subprojects/gst-plugins-base/ext/gl/gstglcolorscale.c index 93284bb0ba..78ea60b918 100644 --- a/subprojects/gst-plugins-base/ext/gl/gstglcolorscale.c +++ b/subprojects/gst-plugins-base/ext/gl/gstglcolorscale.c @@ -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 \n" + "Julien Isorce , " "Matthew Waters "); basetransform_class->passthrough_on_same_caps = TRUE; diff --git a/subprojects/gst-plugins-base/ext/gl/gstglstereosplit.c b/subprojects/gst-plugins-base/ext/gl/gstglstereosplit.c index 8f4fddc5f7..8841ce23c1 100644 --- a/subprojects/gst-plugins-base/ext/gl/gstglstereosplit.c +++ b/subprojects/gst-plugins-base/ext/gl/gstglstereosplit.c @@ -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 \n" + "Jan Schmidt , " "Matthew Waters "); gobject_class->finalize = (GObjectFinalizeFunc) (stereosplit_finalize); diff --git a/subprojects/gst-plugins-base/ext/gl/gstgltransformation.c b/subprojects/gst-plugins-base/ext/gl/gstgltransformation.c index 454b94e169..8940396702 100644 --- a/subprojects/gst-plugins-base/ext/gl/gstgltransformation.c +++ b/subprojects/gst-plugins-base/ext/gl/gstgltransformation.c @@ -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 \n" + "Lubosz Sarnecki , " "Matthew Waters "); GST_GL_BASE_FILTER_CLASS (klass)->supported_gl_api = diff --git a/subprojects/gst-plugins-base/ext/gl/gstglviewconvert.c b/subprojects/gst-plugins-base/ext/gl/gstglviewconvert.c index ad89c99975..512a57f244 100644 --- a/subprojects/gst-plugins-base/ext/gl/gstglviewconvert.c +++ b/subprojects/gst-plugins-base/ext/gl/gstglviewconvert.c @@ -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 \n" + "Jan Schmidt , " "Matthew Waters "); GST_GL_FILTER_CLASS (klass)->set_caps = gst_gl_view_convert_element_set_caps; diff --git a/subprojects/gst-plugins-good/docs/gst_plugins_cache.json b/subprojects/gst-plugins-good/docs/gst_plugins_cache.json index a355ff0f1e..4ffcbc62a3 100644 --- a/subprojects/gst-plugins-good/docs/gst_plugins_cache.json +++ b/subprojects/gst-plugins-good/docs/gst_plugins_cache.json @@ -996,7 +996,7 @@ "description": "Adaptive Streaming 2 plugin", "elements": { "dashdemux2": { - "author": "Edward Hervey \nJan Schmidt ", + "author": "Edward Hervey , Jan Schmidt ", "description": "Dynamic Adaptive Streaming over HTTP demuxer", "hierarchy": [ "GstDashDemux2", @@ -1121,7 +1121,7 @@ "rank": "primary + 1" }, "hlsdemux2": { - "author": "Edward Hervey \nJan Schmidt ", + "author": "Edward Hervey , Jan Schmidt ", "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 \nEdward Hervey \nJan Schmidt ", + "author": "Wim Taymans , Edward Hervey , Jan Schmidt ", "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 \nThibault Saunier ", + "author": "Cesar Fabian Orccon Chipana , Thibault Saunier ", "description": "Create a video stream from a sequence of image files", "hierarchy": [ "GstImageSequenceSrc", diff --git a/subprojects/gst-plugins-good/ext/adaptivedemux2/dash/gstdashdemux.c b/subprojects/gst-plugins-good/ext/adaptivedemux2/dash/gstdashdemux.c index 0a165383c3..564cbc6b04 100644 --- a/subprojects/gst-plugins-good/ext/adaptivedemux2/dash/gstdashdemux.c +++ b/subprojects/gst-plugins-good/ext/adaptivedemux2/dash/gstdashdemux.c @@ -652,7 +652,7 @@ gst_dash_demux2_class_init (GstDashDemux2Class * klass) "DASH Demuxer", "Codec/Demuxer/Adaptive", "Dynamic Adaptive Streaming over HTTP demuxer", - "Edward Hervey \n" + "Edward Hervey , " "Jan Schmidt "); diff --git a/subprojects/gst-plugins-good/ext/adaptivedemux2/hls/gsthlsdemux.c b/subprojects/gst-plugins-good/ext/adaptivedemux2/hls/gsthlsdemux.c index 48991516fa..34a8f99dce 100644 --- a/subprojects/gst-plugins-good/ext/adaptivedemux2/hls/gsthlsdemux.c +++ b/subprojects/gst-plugins-good/ext/adaptivedemux2/hls/gsthlsdemux.c @@ -201,7 +201,7 @@ gst_hls_demux2_class_init (GstHLSDemux2Class * klass) "HLS Demuxer", "Codec/Demuxer/Adaptive", "HTTP Live Streaming demuxer", - "Edward Hervey \n" + "Edward Hervey , " "Jan Schmidt "); adaptivedemux_class->is_live = gst_hls_demux_is_live; diff --git a/subprojects/gst-plugins-good/gst/alpha/gstalpha.c b/subprojects/gst-plugins-good/gst/alpha/gstalpha.c index 74ba32ab32..e9da0a4660 100644 --- a/subprojects/gst-plugins-good/gst/alpha/gstalpha.c +++ b/subprojects/gst-plugins-good/gst/alpha/gstalpha.c @@ -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 \n" - "Edward Hervey \n" + "Wim Taymans , " + "Edward Hervey , " "Jan Schmidt "); gst_element_class_add_static_pad_template (gstelement_class, diff --git a/subprojects/gst-plugins-good/gst/multifile/gstimagesequencesrc.c b/subprojects/gst-plugins-good/gst/multifile/gstimagesequencesrc.c index da96ee2af4..ca2d11f560 100644 --- a/subprojects/gst-plugins-good/gst/multifile/gstimagesequencesrc.c +++ b/subprojects/gst-plugins-good/gst/multifile/gstimagesequencesrc.c @@ -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 \n" + "Cesar Fabian Orccon Chipana , " "Thibault Saunier "); }