summaryrefslogtreecommitdiffstats
path: root/src/multimedia/platform
diff options
context:
space:
mode:
Diffstat (limited to 'src/multimedia/platform')
-rw-r--r--src/multimedia/platform/qplatformaudiodecoder.cpp5
-rw-r--r--src/multimedia/platform/qplatformmediaencoder.cpp2
2 files changed, 2 insertions, 5 deletions
diff --git a/src/multimedia/platform/qplatformaudiodecoder.cpp b/src/multimedia/platform/qplatformaudiodecoder.cpp
index 82c769f31..c5c1ca667 100644
--- a/src/multimedia/platform/qplatformaudiodecoder.cpp
+++ b/src/multimedia/platform/qplatformaudiodecoder.cpp
@@ -109,8 +109,7 @@ QPlatformAudioDecoder::QPlatformAudioDecoder(QAudioDecoder *parent)
Stops playback of the current media and discards any buffers.
- If successful the player control will immediately enter the \l {QAudioDecoder::StoppedState}
- {stopped} state.
+ If successful, the player control will immediately stop decoding.
*/
/*!
@@ -172,8 +171,6 @@ void QPlatformAudioDecoder::sourceChanged()
\fn QPlatformAudioDecoder::formatChanged(const QAudioFormat &format)
Signals that the current audio format of the decoder has changed to \a format.
-
- \sa audioFormat(), setAudioFormat()
*/
void QPlatformAudioDecoder::formatChanged(const QAudioFormat &format)
{
diff --git a/src/multimedia/platform/qplatformmediaencoder.cpp b/src/multimedia/platform/qplatformmediaencoder.cpp
index f25fa098f..cc723ab3b 100644
--- a/src/multimedia/platform/qplatformmediaencoder.cpp
+++ b/src/multimedia/platform/qplatformmediaencoder.cpp
@@ -55,7 +55,7 @@ QT_BEGIN_NAMESPACE
functionality.
This control provides a means to set the \l {outputLocation()}{output location},
- and record, pause and stop recording via the \l setState() method. It also
+ and record(), pause(), resume(), and stop() recording. It also
provides feedback on the \l {duration()}{duration} of the recording.
\sa QMediaRecorder