summaryrefslogtreecommitdiffstats
path: root/src/multimedia/playback
diff options
context:
space:
mode:
authorArtem Dyomin <artem.dyomin@qt.io>2023-11-15 14:14:43 +0100
committerArtem Dyomin <artem.dyomin@qt.io>2023-11-17 01:01:21 +0100
commitbbcf7f2af34102d12dc7c0dd53470585c1e23e02 (patch)
tree3421f6331a43ec0d44c0c45038036d83a05c1551 /src/multimedia/playback
parent45e7c88351440c9d385546ce3ae8b29803b05753 (diff)
Add emitting of media status BufferingMedia by ffmpeg media player
With the patch "BufferedMedia" goes after "BufferingMedia" and means that the demuxer's queue has been saturated. Pick-to: 6.6 6.5 Change-Id: I3132fd1728f331846aa5f3f3902663243a488a31 Reviewed-by: Artem Dyomin <artem.dyomin@qt.io>
Diffstat (limited to 'src/multimedia/playback')
-rw-r--r--src/multimedia/playback/qmediaplayer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/multimedia/playback/qmediaplayer.cpp b/src/multimedia/playback/qmediaplayer.cpp
index 6457ca513..a3c5532f2 100644
--- a/src/multimedia/playback/qmediaplayer.cpp
+++ b/src/multimedia/playback/qmediaplayer.cpp
@@ -1231,7 +1231,7 @@ QMediaMetaData QMediaPlayer::metaData() const
Playback can start or resume only when the buffer is entirely filled.
When the buffer is filled, \c MediaPlayer.Buffered is true.
- When buffer progress is between \c 0.0 and \c 0.1, \c MediaPlayer.Buffering
+ When buffer progress is between \c 0.0 and \c 1.0, \c MediaPlayer.Buffering
is set to \c{true}.
A value lower than \c 1.0 implies that the property \c MediaPlayer.StalledMedia