summaryrefslogtreecommitdiffstats
path: root/package/gstreamer
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-12-18 09:21:05 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-12-18 09:22:54 +0100
commit2277fdeca8c94f8ea8fe8afebcdbb176c6b1531d (patch)
tree36d7ec9a782d6879a40323aa75edb027efd89640 /package/gstreamer
parent20cdd433142e49a6c9e35085565e7f2c4ce97e44 (diff)
downloadbuildroot-2277fdeca8c94f8ea8fe8afebcdbb176c6b1531d.tar.gz
buildroot-2277fdeca8c94f8ea8fe8afebcdbb176c6b1531d.zip
package/*/Config.in: fix help text check-package warnings
This commit fixes the warnings reported by check-package on the help text of all package Config.in files, related to the formatting of the help text: should start with a tab, then 2 spaces, then at most 62 characters. The vast majority of warnings fixed were caused by too long lines. A few warnings were related to spaces being used instead of a tab to indent the help text. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/gstreamer')
-rw-r--r--package/gstreamer/gst-ffmpeg/Config.in10
-rw-r--r--package/gstreamer/gst-fsl-plugins/Config.in15
-rw-r--r--package/gstreamer/gst-plugin-x170/Config.in4
-rw-r--r--package/gstreamer/gst-plugins-good/Config.in4
-rw-r--r--package/gstreamer/gstreamer/Config.in10
5 files changed, 22 insertions, 21 deletions
diff --git a/package/gstreamer/gst-ffmpeg/Config.in b/package/gstreamer/gst-ffmpeg/Config.in
index 2164ea2e05..32bfdd53c6 100644
--- a/package/gstreamer/gst-ffmpeg/Config.in
+++ b/package/gstreamer/gst-ffmpeg/Config.in
@@ -7,12 +7,12 @@ config BR2_PACKAGE_GST_FFMPEG
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_5 || !BR2_sh
select BR2_PACKAGE_GST_PLUGINS_BASE
help
- GStreamer plugin containing one plugin with a set of elements using
- the Libav library. It contains most popular decoders as well as
- colorspace conversion elements.
+ GStreamer plugin containing one plugin with a set of
+ elements using the Libav library. It contains most popular
+ decoders as well as colorspace conversion elements.
- This package is configured to use an internal copy of the Libav
- library.
+ This package is configured to use an internal copy of the
+ Libav library.
http://gstreamer.freedesktop.org/modules/gst-ffmpeg.html
diff --git a/package/gstreamer/gst-fsl-plugins/Config.in b/package/gstreamer/gst-fsl-plugins/Config.in
index 85476b1c3e..a2ff11ec3e 100644
--- a/package/gstreamer/gst-fsl-plugins/Config.in
+++ b/package/gstreamer/gst-fsl-plugins/Config.in
@@ -18,17 +18,18 @@ config BR2_PACKAGE_GST_FSL_PLUGINS
select BR2_PACKAGE_FREESCALE_IMX
help
GStreamer plugins for hardware-accelerated audio and video
- parsers and codecs on i.MX platforms. It requires a kernel that
- includes the i.MX specific headers to be built.
+ parsers and codecs on i.MX platforms. It requires a kernel
+ that includes the i.MX specific headers to be built.
- To use the VPU, its firmware blob must be installed as well. This
- can be found in the firmware-imx package in the "Hardware handling"
- menu.
+ To use the VPU, its firmware blob must be installed as
+ well. This can be found in the firmware-imx package in the
+ "Hardware handling" menu.
This library is provided by Freescale as-is and doesn't have
an upstream. Pengutronix maintains gst-fsl-plugins at
- git://git.pengutronix.de/git/imx/gst-plugins-fsl-vpu.git
- but it diverges heavily from Freescale's original implementation.
+ git://git.pengutronix.de/git/imx/gst-plugins-fsl-vpu.git but
+ it diverges heavily from Freescale's original
+ implementation.
if BR2_PACKAGE_GST_FSL_PLUGINS
choice
diff --git a/package/gstreamer/gst-plugin-x170/Config.in b/package/gstreamer/gst-plugin-x170/Config.in
index 30036705b8..d0ba763a22 100644
--- a/package/gstreamer/gst-plugin-x170/Config.in
+++ b/package/gstreamer/gst-plugin-x170/Config.in
@@ -6,8 +6,8 @@ config BR2_PACKAGE_GST_PLUGIN_X170
depends on BR2_LINUX_KERNEL # on2-8170-libs
select BR2_PACKAGE_ON2_8170_LIBS
help
- GStreamer plug-in to use the Hantro X170 video decoder present on
- ATMEL AT91SAM9M10 SoC.
+ GStreamer plug-in to use the Hantro X170 video decoder
+ present on ATMEL AT91SAM9M10 SoC.
http://www.at91.com/linux4sam/bin/view/Linux4SAM/SAM9M10Gstreamer
diff --git a/package/gstreamer/gst-plugins-good/Config.in b/package/gstreamer/gst-plugins-good/Config.in
index 9a84ad1538..e92cd0c5b2 100644
--- a/package/gstreamer/gst-plugins-good/Config.in
+++ b/package/gstreamer/gst-plugins-good/Config.in
@@ -2,8 +2,8 @@ menuconfig BR2_PACKAGE_GST_PLUGINS_GOOD
bool "gst-plugins-good"
select BR2_PACKAGE_GST_PLUGINS_BASE
help
- A set of well-supported plug-ins for GStreamer under the preferred
- license.
+ A set of well-supported plug-ins for GStreamer under the
+ preferred license.
http://gstreamer.freedesktop.org/
diff --git a/package/gstreamer/gstreamer/Config.in b/package/gstreamer/gstreamer/Config.in
index 99c90f1a14..b1334abfcc 100644
--- a/package/gstreamer/gstreamer/Config.in
+++ b/package/gstreamer/gstreamer/Config.in
@@ -24,15 +24,15 @@ config BR2_PACKAGE_GSTREAMER_GST_DEBUG
bool "enable gst-debug trace support"
default y
help
- Enable support for the gst-debug tracing functionality in gstreamer.
- This has limited CPU overhead, but does increase the rootfs size
- somewhat.
+ Enable support for the gst-debug tracing functionality in
+ gstreamer. This has limited CPU overhead, but does increase
+ the rootfs size somewhat.
config BR2_PACKAGE_GSTREAMER_PLUGIN_REGISTRY
bool "enable plugin registry"
default y
help
- Enable support for the GStreamer plugin registry. This may increase
- the launch-time for a GStreamer application.
+ Enable support for the GStreamer plugin registry. This may
+ increase the launch-time for a GStreamer application.
endif
OpenPOWER on IntegriCloud