fix linux hotplug detection

This commit is contained in:
Simon Morlat 2015-05-07 15:59:22 +02:00
parent f138c34b9e
commit 26ed8b79a9
2 changed files with 3 additions and 3 deletions

View file

@ -102,14 +102,14 @@ void linphone_gtk_reload_sound_devices(void){
GtkWidget *mw=linphone_gtk_get_main_window();
GtkWidget *pb=(GtkWidget*)g_object_get_data(G_OBJECT(mw),"parameters");
linphone_core_reload_sound_devices(linphone_gtk_get_core());
linphone_gtk_fill_soundcards(pb);
if (pb) linphone_gtk_fill_soundcards(pb);
}
void linphone_gtk_reload_video_devices(void){
GtkWidget *mw=linphone_gtk_get_main_window();
GtkWidget *pb=(GtkWidget*)g_object_get_data(G_OBJECT(mw),"parameters");
linphone_core_reload_video_devices(linphone_gtk_get_core());
linphone_gtk_fill_webcams(pb);
if (pb) linphone_gtk_fill_webcams(pb);
}
#ifdef HAVE_LIBUDEV_H

@ -1 +1 @@
Subproject commit 05fba59cf8aa11914ad6130955c1a6d60d67eda5
Subproject commit 82b3f80d3171c1fbcda07d5199b3a74849ad9105