Blacklist linphone_core_get_video_devices() in the Python wrapper.

This commit is contained in:
Ghislain MARY 2014-08-13 13:38:20 +02:00
parent f4423b93bd
commit ab30b93098

View file

@ -71,6 +71,7 @@ blacklisted_functions = [
'linphone_core_get_sip_transports_used', # missing LCSipTransports
'linphone_core_get_supported_video_sizes', # missing MSVideoSizeDef
'linphone_core_get_video_codecs', # missing PayloadType and MSList
'linphone_core_get_video_devices', # returns a list of strings
'linphone_core_get_video_policy', # missing LinphoneVideoPolicy
'linphone_core_payload_type_enabled', # missing PayloadType
'linphone_core_payload_type_is_vbr', # missing PayloadType