mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-04 20:39:36 +00:00
fix linux hotplug detection
This commit is contained in:
parent
f138c34b9e
commit
26ed8b79a9
2 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
Loading…
Add table
Reference in a new issue