Re: [FFmpeg-devel] [PATCH] lavd/x11grab: add an option to disable MIT-SHM.

2014-07-15 Thread Nicolas George
Le septidi 27 messidor, an CCXXII, Michael Niedermayer a écrit : > probably ok Thanks. It looks like Xlib does not allow to make a really clean error handling. A suboptimal solution could probably be devised for this particular issue, but I feel it would not be worth it. To get something good, re

Re: [FFmpeg-devel] [PATCH] lavd/x11grab: add an option to disable MIT-SHM.

2014-07-15 Thread Michael Niedermayer
On Tue, Jul 15, 2014 at 11:40:16AM +0200, Nicolas George wrote: > With remote displays supporting the MIT-SHM extension, > the extension is detected and used, but attaching fails > asynchronously. > > Signed-off-by: Nicolas George > --- > doc/indevs.texi | 4 > libavdevice/x11grab.c |