--- a/qtmobility/src/multimedia/qvideorenderercontrol.cpp Fri Jun 11 14:26:25 2010 +0300
+++ b/qtmobility/src/multimedia/qvideorenderercontrol.cpp Wed Jun 23 19:08:38 2010 +0300
@@ -52,10 +52,11 @@
\brief The QVideoRendererControl class provides a control for rendering
to a video surface.
- \ingroup multimedia-serv
+ \ingroup multimedia
- Using the surface() property of QVideoRendererControl a QAbstractVideoSurface
- may be set as the video render target of a QMediaService.
+ Using the surface() property of QVideoRendererControl a
+ QAbstractVideoSurface may be set as the video render target of a
+ QMediaService.
\code
QVideoRendererControl *rendererControl = mediaService->control<QVideoRendererControl *>();
@@ -63,9 +64,9 @@
\endcode
QVideoRendererControl is one of number of possible video output controls,
- in order to receive video it must be made the active video output
- control by setting the output property of QVideoOutputControl to
- \l {QVideoOutputControl::RendererOutput}{RendererOutput}. Consequently any
+ in order to receive video it must be made the active video output control
+ by setting the output property of QVideoOutputControl to \l
+ {QVideoOutputControl::RendererOutput}{RendererOutput}. Consequently any
QMediaService that implements QVideoRendererControl must also implement
QVideoOutputControl.
@@ -77,7 +78,7 @@
The interface name of QVideoRendererControl is \c com.nokia.Qt.QVideoRendererControl/1.0 as
defined in QVideoRendererControl_iid.
- \sa QMediaService::control(), QVideoOutputControl, QVideoWidget
+ \sa QMediaService::requestControl(), QVideoOutputControl, QVideoWidget
*/
/*!