diff options
| author | Nicolas Werner <nicolas.werner@hotmail.de> | 2023-02-08 00:54:02 +0100 |
|---|---|---|
| committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2023-02-08 00:54:02 +0100 |
| commit | fc7937c73d5729066079484c32a9785bddd74bc5 (patch) | |
| tree | 21699b53f95e0a7d11ef79478cc0f2de98f3b3c3 /src/voip/CallManager.cpp | |
| parent | Use more modern flatpak build features (diff) | |
| download | nheko-fc7937c73d5729066079484c32a9785bddd74bc5.tar.xz | |
Fix required plugin check on gstreamer 1.22
GStreamer 1.22 merged the videoscale plugin into the videoconvertscale plugin. So we should check if the Element is still loadable instead of checking the plugin name. fixes #1352
Diffstat (limited to 'src/voip/CallManager.cpp')
| -rw-r--r-- | src/voip/CallManager.cpp | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/voip/CallManager.cpp b/src/voip/CallManager.cpp |
