From ab30b93098eb13596c37e06e355bff7bbc1f83f4 Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Wed, 13 Aug 2014 13:38:20 +0200 Subject: [PATCH] Blacklist linphone_core_get_video_devices() in the Python wrapper. --- tools/python/apixml2python.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/python/apixml2python.py b/tools/python/apixml2python.py index 810dc3edc..dd66dc1ec 100755 --- a/tools/python/apixml2python.py +++ b/tools/python/apixml2python.py @@ -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