summary refs log tree commit diff
path: root/src/WebRTCSession.cpp
diff options
context:
space:
mode:
authortrilene <trilene@runbox.com>2021-01-07 09:48:25 -0500
committertrilene <trilene@runbox.com>2021-01-07 09:48:25 -0500
commitcf8a47503f8f74a04bf0bb95b95ca189a6c6a19c (patch)
tree151078e9f4dbe15141e09a1d31ad59eab78843ce /src/WebRTCSession.cpp
parentColor and icon button spacing fixes (diff)
downloadnheko-cf8a47503f8f74a04bf0bb95b95ca189a6c6a19c.tar.xz
Fix device discovery under GStreamer 1.16
Diffstat (limited to '')
-rw-r--r--src/WebRTCSession.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/WebRTCSession.cpp b/src/WebRTCSession.cpp
index a431ab54..094a2906 100644
--- a/src/WebRTCSession.cpp
+++ b/src/WebRTCSession.cpp
@@ -1292,6 +1292,7 @@ WebRTCSession::refreshDevices()
                         addDevice(GST_DEVICE_CAST(l->data));
                 g_list_free(devices);
         }
+        emit devicesChanged();
 #endif
 }