add screen sharing ability by choosing Screen in video input device.
This commit is contained in:
parent
a29d3b9c38
commit
e9b8633d15
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue