Revision 2b7cf28...

Go back to digest for 12th August 2012

Optimization in Networking Tools

Rohan Garg committed changes in [ktp-call-ui] /:

Use ximagesink as a fallback option when xvimagesink is not available

When the necessary drivers are not available, xvimagesink cannot be used
which causes ktp-call-ui to fail. By using ximagesink we use software
rendering to render the video. But, ximagesink does not support hardware
videoscaling, hence we must insert a videoscale element into the
pipeline.

File Changes

Modified 3 files
  •   src/call-window.cpp
  •   src/call-window.h
  •   libktpcall/private/video-sink-bin.cpp
3 files changed in total