10 lines
138 B
QML
10 lines
138 B
QML
import QtQuick 2.0
|
|
import QtGStreamer 1.0
|
|
|
|
VideoItem {
|
|
id: aaVideo
|
|
width: 300
|
|
height: 300
|
|
surface: videoSurface
|
|
}
|