On 26/08/14 15:46, Timothy Gu wrote: > On Aug 24, 2014 5:18 AM, "Luca Barbato" <[email protected]> wrote: >> >> Feature matching x11grab. >> --- >> configure | 11 + >> libavdevice/Makefile | 1 + >> libavdevice/alldevices.c | 1 + >> libavdevice/xcbgrab.c | 646 > +++++++++++++++++++++++++++++++++++++++++++++++ >> 4 files changed, 659 insertions(+) >> create mode 100644 libavdevice/xcbgrab.c > > Is there a benefit or performance gain using XCB rather than x11grab for a > user? The answer to the question should probably be documented.
Didn't benchmark, the code is cleaner and it _should_ address the flickering issue reported with x11grab though. > And also this commit needs a minor bump. Sure. _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
