diff options
| author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-06-08 10:36:16 +0200 |
|---|---|---|
| committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-06-08 10:36:49 +0200 |
| commit | ecb65812765bfbc0def42cdb30eca31fe0fcffd3 (patch) | |
| tree | 6d0bca197443ce16d749d0d8c1001966086f57ad /gnu/packages/linux.scm | |
| parent | fdcd193744dbb92d3478c8e4e6c4f4336a872831 (diff) | |
gnu: v4l2loopback-linux-module: Edit synopsis and description.
* gnu/packages/linux.scm (v4l2loopback-linux-module)
[synopsis, description]: Edit.
Diffstat (limited to 'gnu/packages/linux.scm')
| -rw-r--r-- | gnu/packages/linux.scm | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 7785b6931ee..de28d4a6e67 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm | |||
| @@ -1150,14 +1150,16 @@ supported under @file{/sys/class/backlight/}.") | |||
| 1150 | "1qi4l6yam8nrlmc3zwkrz9vph0xsj1cgmkqci4652mbpbzigg7vn")))) | 1150 | "1qi4l6yam8nrlmc3zwkrz9vph0xsj1cgmkqci4652mbpbzigg7vn")))) |
| 1151 | (build-system linux-module-build-system) | 1151 | (build-system linux-module-build-system) |
| 1152 | (home-page "https://github.com/umlaeute/v4l2loopback") | 1152 | (home-page "https://github.com/umlaeute/v4l2loopback") |
| 1153 | (synopsis "Linux kernel module that allows you to create \"virtual video devices\"") | 1153 | (synopsis "Linux kernel module to create virtual V4L2 video devices") |
| 1154 | (description "This module allows you to create \"virtual video devices\" | 1154 | (description |
| 1155 | normal (v4l2) applications will read these devices as if they were ordinary | 1155 | "This Linux module creates virtual video devices. @acronym{V4L2, Video |
| 1156 | video devices, but the video will not be read from e.g. a capture card but | 1156 | for Linux 2} applications will treat these as ordinary video devices but read |
| 1157 | instead it is generated by another application. this allows you for instance | 1157 | video data generated by another application, instead of a hardware device such |
| 1158 | to apply some nifty video effects on your Jitsi video... it also allows some | 1158 | as a capture card. |
| 1159 | more serious things (e.g. using it to add streaming capabilities to an | 1159 | |
| 1160 | application by the means of hooking GStreamer into the loopback devices).") | 1160 | This lets you apply nifty effects to your Jitsi video, for example, but also |
| 1161 | allows some more serious things like adding streaming capabilities to an | ||
| 1162 | application by hooking GStreamer into the loopback device.") | ||
| 1161 | (license license:gpl2+))) | 1163 | (license license:gpl2+))) |
| 1162 | 1164 | ||
| 1163 | 1165 | ||
