summaryrefslogtreecommitdiff
path: root/src/multimedia/gsttools_headers/qgstreameraudioinputselector_p.h
diff options
context:
space:
mode:
authorJochen Seemann <seemann.jochen@gmail.com>2016-09-06 00:24:05 +0200
committerJochen Seemann <seemann.jochen@gmail.com>2017-06-12 16:11:52 +0000
commitab6ebd360eb27a0d502839fca07ae0e6e107cec6 (patch)
tree63069f3511f2d83a41275ecc554df8635d7d0bed /src/multimedia/gsttools_headers/qgstreameraudioinputselector_p.h
parent7fdb88a86b0782e7170eefe3dfe7ab3e9c81f847 (diff)
downloadqtmultimedia-ab6ebd360eb27a0d502839fca07ae0e6e107cec6.tar.gz
turn QGstTools into a proper private module
This patch moves the QGstTools lib to a private Qt module and marks the needed classes and functions with Q_DECL*, to improve cross-platform abilities. It's the first step to use the GStreamer backend on macOS and Windows platform. Change-Id: Idc23c72bcccb52dd501e169e9dfdc227856787fa Reviewed-by: Christian Stromme <christian.stromme@qt.io>
Diffstat (limited to 'src/multimedia/gsttools_headers/qgstreameraudioinputselector_p.h')
-rw-r--r--src/multimedia/gsttools_headers/qgstreameraudioinputselector_p.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/multimedia/gsttools_headers/qgstreameraudioinputselector_p.h b/src/multimedia/gsttools_headers/qgstreameraudioinputselector_p.h
index 1a961c6d9..0c193fda9 100644
--- a/src/multimedia/gsttools_headers/qgstreameraudioinputselector_p.h
+++ b/src/multimedia/gsttools_headers/qgstreameraudioinputselector_p.h
@@ -51,12 +51,13 @@
// We mean it.
//
+#include <private/qgsttools_global_p.h>
#include <qaudioinputselectorcontrol.h>
#include <QtCore/qstringlist.h>
QT_BEGIN_NAMESPACE
-class QGstreamerAudioInputSelector : public QAudioInputSelectorControl
+class Q_GSTTOOLS_EXPORT QGstreamerAudioInputSelector : public QAudioInputSelectorControl
{
Q_OBJECT
public: