summaryrefslogtreecommitdiff
path: root/src/plugins/gstreamer/mediacapture/qgstreamervideoencode.h
diff options
context:
space:
mode:
authorMichael Goddard <michael.goddard@nokia.com>2012-06-20 16:04:57 +1000
committerQt by Nokia <qt-info@nokia.com>2012-06-29 02:47:29 +0200
commitbba28afe559837321a2083b3ce046ab774a7ef6b (patch)
tree8908febff01fa8cfbe889dcde87e425b00fbf0d8 /src/plugins/gstreamer/mediacapture/qgstreamervideoencode.h
parentb834fe032f6504ec07f80332d1e22de0b4fc64e0 (diff)
downloadqtmultimedia-bba28afe559837321a2083b3ce046ab774a7ef6b.tar.gz
Rename a few controls.
The encoder controls could be confused with actual encoding, so make clear they are just settings. Also, the end point selector controls were not named very well. Change-Id: I27f8bf9c865c5f295abad97c01ef98752af42613 Reviewed-by: Thomas McGuire <thomas.mcguire@kdab.com> Reviewed-by: Ling Hu <ling.hu@nokia.com>
Diffstat (limited to 'src/plugins/gstreamer/mediacapture/qgstreamervideoencode.h')
-rw-r--r--src/plugins/gstreamer/mediacapture/qgstreamervideoencode.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/gstreamer/mediacapture/qgstreamervideoencode.h b/src/plugins/gstreamer/mediacapture/qgstreamervideoencode.h
index b5ba233a3..350a8a256 100644
--- a/src/plugins/gstreamer/mediacapture/qgstreamervideoencode.h
+++ b/src/plugins/gstreamer/mediacapture/qgstreamervideoencode.h
@@ -42,7 +42,7 @@
#ifndef QGSTREAMERVIDEOENCODE_H
#define QGSTREAMERVIDEOENCODE_H
-#include <qvideoencodercontrol.h>
+#include <qvideoencodersettingscontrol.h>
#include <QtCore/qstringlist.h>
#include <QtCore/qmap.h>
@@ -54,7 +54,7 @@ QT_BEGIN_NAMESPACE
class QGstreamerCaptureSession;
-class QGstreamerVideoEncode : public QVideoEncoderControl
+class QGstreamerVideoEncode : public QVideoEncoderSettingsControl
{
Q_OBJECT
public: