]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
FS-7824 Add functionality for capturing screenshots from both legs to uuid_write_png
authorBradley Jokinen <bradleyjokinen@reliancetelephone.com>
Mon, 13 Jul 2015 14:26:16 +0000 (09:26 -0500)
committerBradley Jokinen <bradleyjokinen@reliancetelephone.com>
Mon, 13 Jul 2015 14:35:38 +0000 (09:35 -0500)
commitc797e948c86953f486302f8053db919ef77930a8
tree612d0b7d549bd7e13f507a81bee0863ea3daa8b0
parenta54e04df0092886d7b9c1a3dcb7a190062fe6afe
FS-7824 Add functionality for capturing screenshots from both legs to uuid_write_png

With this patch, uuid_write_png is able to capture screenshots from both
legs of a bridged video call. It still expects a uuid and filename for
the first two arguments. If given a third argument, it must be concat
or split. If concat is specified, screenshots from both ends are taken
and written side by side to the given filename. If one image is shorter
than the other then it is padded with black and vertically centered. If
the third argument is split then the two screenshots are written to
separate files. In this case, a second filename is expected as a fourth
argument.
src/mod/formats/mod_png/mod_png.c