summaryrefslogtreecommitdiffstats
path: root/config.tests/gstreamer_encodingprofiles/main.cpp
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2021-01-29 10:56:21 +0100
committerLars Knoll <lars.knoll@qt.io>2021-02-09 14:33:42 +0000
commit6b7a6f01173dacd34d22403b5367ff09802ed982 (patch)
treeec716a2e10b7f9ace7834fcbba0faf78d2275698 /config.tests/gstreamer_encodingprofiles/main.cpp
parentc35cbd287ec26305ec8f755d4436ccf983597f7e (diff)
Remove the gstreamer encoding profile test
We now require the gstreamer base libs, and the base utils library always contains encoding profile support. So get rid of the feature check for this one, we can safely assume it's supported. Change-Id: I4d9d44aaed07bbc49d46c5bd03cae2662b6935e0 Reviewed-by: Doris Verria <doris.verria@qt.io> Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'config.tests/gstreamer_encodingprofiles/main.cpp')
-rw-r--r--config.tests/gstreamer_encodingprofiles/main.cpp37
1 files changed, 0 insertions, 37 deletions
diff --git a/config.tests/gstreamer_encodingprofiles/main.cpp b/config.tests/gstreamer_encodingprofiles/main.cpp
deleted file mode 100644
index 6bde26dff..000000000
--- a/config.tests/gstreamer_encodingprofiles/main.cpp
+++ /dev/null
@@ -1,37 +0,0 @@
-/****************************************************************************
-**
-** Copyright (C) 2016 The Qt Company Ltd.
-** Contact: https://www.qt.io/licensing/
-**
-** This file is part of the Qt Toolkit.
-**
-** $QT_BEGIN_LICENSE:GPL-EXCEPT$
-** Commercial License Usage
-** Licensees holding valid commercial Qt licenses may use this file in
-** accordance with the commercial license agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and The Qt Company. For licensing terms
-** and conditions see https://www.qt.io/terms-conditions. For further
-** information use the contact form at https://www.qt.io/contact-us.
-**
-** GNU General Public License Usage
-** Alternatively, this file may be used under the terms of the GNU
-** General Public License version 3 as published by the Free Software
-** Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT
-** included in the packaging of this file. Please review the following
-** information to ensure the GNU General Public License requirements will
-** be met: https://www.gnu.org/licenses/gpl-3.0.html.
-**
-** $QT_END_LICENSE$
-**
-****************************************************************************/
-
-#define GST_USE_UNSTABLE_API
-
-#include <gst/pbutils/pbutils.h>
-#include <gst/pbutils/encoding-profile.h>
-
-int main(int argc, char** argv)
-{
- return 0;
-}