Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.8.2
-
-
Multimedia, weeks 11-12, Multimedia, weeks 13-14
Description
This won't work:
MediaPlayer {
source: "gstreamer-pipeline: videotestsrc"
videoOutput:output
}
It just produces:
QMediaPlayer::setVideoSink not supported when using custom sources
But if source assignment is moved to onCompleted it works fine.