Fix device discovery under GStreamer 1.16

This commit is contained in:
trilene 2021-01-07 09:48:25 -05:00
parent 2bd8a386e2
commit cf8a47503f
4 changed files with 4 additions and 0 deletions

View file

@ -1292,6 +1292,7 @@ WebRTCSession::refreshDevices()
addDevice(GST_DEVICE_CAST(l->data));
g_list_free(devices);
}
emit devicesChanged();
#endif
}