diff options
author | trilene <trilene@runbox.com> | 2021-01-07 09:48:25 -0500 |
---|---|---|
committer | trilene <trilene@runbox.com> | 2021-01-07 09:48:25 -0500 |
commit | cf8a47503f8f74a04bf0bb95b95ca189a6c6a19c (patch) | |
tree | 151078e9f4dbe15141e09a1d31ad59eab78843ce /src/WebRTCSession.cpp | |
parent | Color and icon button spacing fixes (diff) | |
download | nheko-cf8a47503f8f74a04bf0bb95b95ca189a6c6a19c.tar.xz |
Fix device discovery under GStreamer 1.16
Diffstat (limited to '')
-rw-r--r-- | src/WebRTCSession.cpp | 1 |
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 } |