[FFmpeg-devel] [PATCH] doc/indevs: add xcbgrab

Lukasz Marek lukasz.m.luki2 at gmail.com
Wed Jan 28 17:09:25 CET 2015


On 27 January 2015 at 22:48, Lou Logan <lou at lrcd.com> wrote:

> Signed-off-by: Lou Logan <lou at lrcd.com>
> ---
>  doc/indevs.texi | 10 ++++++++++
>  1 file changed, 10 insertions(+)
>
> diff --git a/doc/indevs.texi b/doc/indevs.texi
> index ae61331..350adfe 100644
> --- a/doc/indevs.texi
> +++ b/doc/indevs.texi
> @@ -971,6 +971,7 @@ The filename passed as input is the capture driver
> number, ranging from
>  0 to 9. You may use "list" as filename to print a list of drivers. Any
>  other filename will be interpreted as device number 0.
>
> + at anchor{x11grab}
>  @section x11grab
>
>  X11 video input device.
> @@ -1064,6 +1065,15 @@ Use the MIT-SHM extension for shared memory.
> Default value is @code{1}.
>  It may be necessary to disable it for remote displays.
>  @end table
>
> + at section xcbgrab
> +
> +XCB based X11 video input device.
> +
> +To enable this input device during configuration you need
> +libxcb installed on your system.
> +
> +Options are identical to @ref{x11grab}.
>
>
I'm not sure this is intended, but x11grab and  xcbgrab are exclusive and
cannot be present aside:

git grep '"x11grab"'
x11grab.c:    .name           = "x11grab",
xcbgrab.c:    .name           = "x11grab",

Maybe it is worth to mention it somewhere to not confuse users.


More information about the ffmpeg-devel mailing list