Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F112784
D51.1732348141.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
786 B
Referenced Files
None
Subscribers
None
D51.1732348141.diff
View Options
diff --git a/src/contents/ui/event-types/Video.qml b/src/contents/ui/event-types/Video.qml
--- a/src/contents/ui/event-types/Video.qml
+++ b/src/contents/ui/event-types/Video.qml
@@ -51,8 +51,6 @@
property var video: Video {
id: video
source: videoUri
- autoLoad: false
- autoPlay: false
loops: MediaPlayer.Infinite
@@ -86,14 +84,6 @@
}
}
- onStatusChanged: {
- console.log('status = ', video.status);
- }
-
- onPlaybackStateChanged: {
- console.log('playback state = ', video.playbackState);
- }
-
function playOrPause() {
console.log('playback state ==', video.playbackState);
if (video.playbackState == MediaPlayer.PlayingState) {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Nov 22, 11:49 PM (12 h, 40 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
39217
Default Alt Text
D51.1732348141.diff (786 B)
Attached To
Mode
D51: Make Video work with Qt6
Attached
Detach File
Event Timeline
Log In to Comment