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