]> git.0d.be Git - empathy.git/commit
Add two optional filter to video src
authorAlexey Fisher <bug-track@fisher-privat.net>
Thu, 9 Sep 2010 20:28:21 +0000 (22:28 +0200)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 13 Sep 2010 15:16:17 +0000 (17:16 +0200)
commitdac42b77124239862e31b2b5d23df362b4ce2f91
treec8900ecfc68b8f3b85d4eac0b6ad8777b09081b0
parent4815a75a72a0ebacc7e2f29e7026b8493c6ea320
Add two optional filter to video src

Add videomaxrate and postproc_tmpnoise as optional filters to
empathy_video_src_init. Thay will used if thay are installed.

videomaxrate will set maximal framerate to 15fps if some haw webcam
will get more than 15fps it will not kill empathy-av with high CPU load.

postproc_tmpnoise will reduce video noise produced by most (all) webcams.
This will add smoll overhead for load but reduce CPU load of video encoder.
Also this should reduce network load (for theoraenc x2)

Signed-off-by: Alexey Fisher <bug-track@fisher-privat.net>
libempathy-gtk/empathy-video-src.c