Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F5574593
D51.1754931152.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.1754931152.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
Mon, Aug 11, 9:52 AM (2 h, 53 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
385161
Default Alt Text
D51.1754931152.diff (786 B)
Attached To
Mode
D51: Make Video work with Qt6
Attached
Detach File
Event Timeline
Log In to Comment