Fix device discovery under GStreamer 1.16
This commit is contained in:
parent
2bd8a386e2
commit
cf8a47503f
4 changed files with 4 additions and 0 deletions
|
|
@ -53,6 +53,7 @@ public:
|
|||
public slots:
|
||||
void sendInvite(const QString &roomid, bool isVideo);
|
||||
void syncEvent(const mtx::events::collections::TimelineEvents &event);
|
||||
void refreshDevices() { session_.refreshDevices(); }
|
||||
void toggleMicMute();
|
||||
void toggleCameraView() { session_.toggleCameraView(); }
|
||||
void acceptInvite();
|
||||
|
|
|
|||
|
|
@ -1292,6 +1292,7 @@ WebRTCSession::refreshDevices()
|
|||
addDevice(GST_DEVICE_CAST(l->data));
|
||||
g_list_free(devices);
|
||||
}
|
||||
emit devicesChanged();
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue