summaryrefslogtreecommitdiffstats
path: root/src/multimedia/video/qvideoprobe.cpp
diff options
context:
space:
mode:
authorJonas Rabbe <jonas.rabbe@nokia.com>2012-04-03 15:55:55 +1000
committerQt by Nokia <qt-info@nokia.com>2012-04-05 03:54:02 +0200
commitc532850fd1f55b563930ad6e178e30cf560ee532 (patch)
tree818e0cb5a8fe04193101ba72c15a38243b0e0157 /src/multimedia/video/qvideoprobe.cpp
parente908790a6a8b6cc779e5ec24ec94f6caf00d354e (diff)
Updated a lot of minor fixes to the docs and removed warnings from qdoc
Change-Id: Ib7fd75fb93c038f9e8fa9d71b6ad01fb27b97622 Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
Diffstat (limited to 'src/multimedia/video/qvideoprobe.cpp')
-rw-r--r--src/multimedia/video/qvideoprobe.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/multimedia/video/qvideoprobe.cpp b/src/multimedia/video/qvideoprobe.cpp
index 49d78c4a6..21e658c6a 100644
--- a/src/multimedia/video/qvideoprobe.cpp
+++ b/src/multimedia/video/qvideoprobe.cpp
@@ -83,7 +83,7 @@ public:
};
/*!
- Creates a new QVideoProbe class. After setting the
+ Creates a new QVideoProbe class with \a parent. After setting the
source to monitor with \l setSource(), the \l videoFrameProbed()
signal will be emitted when video frames are flowing in the
source media object.
@@ -160,8 +160,8 @@ bool QVideoProbe::setSource(QMediaObject *source)
/*!
Starts monitoring the given \a mediaRecorder.
- If \a source is zero, this probe will be deactivated
- and this function wil return true.
+ If there is no mediaObject associated with \a mediaRecorder, or if it is
+ zero, this probe will be deactivated and this function wil return true.
If the media recorder instance does not support monitoring
video, this function will return false.
@@ -197,7 +197,7 @@ bool QVideoProbe::isActive() const
/*!
\fn QVideoProbe::videoFrameProbed(const QVideoFrame &frame)
- This signal should be emitted when a video frame is processed in the
+ This signal should be emitted when a video \a frame is processed in the
media service.
*/