mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
6 lines
120 B
QML
6 lines
120 B
QML
import QtQuick 2.9
|
|
import org.freedesktop.gstreamer.GLVideoItem 1.0
|
|
|
|
GstGLVideoItem {
|
|
objectName: "videoCallItem"
|
|
}
|