add screen sharing ability by choosing Screen in video input device.

This commit is contained in:
Yann Leboulanger 2012-04-20 16:28:10 +02:00
parent a29d3b9c38
commit e9b8633d15
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ class VideoInputManager(DeviceManager):
self.detect_element('v4l2src', _('V4L2: %s'))
# Funny things, just to test...
# self.devices['GOOM'] = 'audiotestsrc ! goom'
# self.devices['screen'] = 'ximagesrc'
self.detect_element('ximagesrc', _('Screen'), '%s ! ffmpegcolorspace')
class VideoOutputManager(DeviceManager):