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>
This commit is contained in:
committed by
Qt by Nokia
parent
b834fe032f
commit
bba28afe55
@@ -42,14 +42,14 @@
|
||||
#ifndef MOCKVIDEOENCODERCONTROL_H
|
||||
#define MOCKVIDEOENCODERCONTROL_H
|
||||
|
||||
#include "qvideoencodercontrol.h"
|
||||
#include "qvideoencodersettingscontrol.h"
|
||||
|
||||
class MockVideoEncoderControl : public QVideoEncoderControl
|
||||
class MockVideoEncoderControl : public QVideoEncoderSettingsControl
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
MockVideoEncoderControl(QObject *parent):
|
||||
QVideoEncoderControl(parent)
|
||||
QVideoEncoderSettingsControl(parent)
|
||||
{
|
||||
m_videoCodecs << "video/3gpp" << "video/H264";
|
||||
m_sizes << QSize(320,240) << QSize(640,480);
|
||||
|
||||
Reference in New Issue
Block a user