summaryrefslogtreecommitdiff
path: root/src/QGst/streamvolume.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/QGst/streamvolume.h')
-rw-r--r--src/QGst/streamvolume.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/QGst/streamvolume.h b/src/QGst/streamvolume.h
index 8a7f624..b908f66 100644
--- a/src/QGst/streamvolume.h
+++ b/src/QGst/streamvolume.h
@@ -17,14 +17,15 @@
#ifndef QGST_STREAMVOLUME_H
#define QGST_STREAMVOLUME_H
-#include "element.h"
+#include "global.h"
+#include "../QGlib/object.h"
namespace QGst {
/*! \headerfile streamvolume.h <QGst/StreamVolume>
* \brief Wrapper class for GstStreamVolume
*/
-class StreamVolume : public Element
+class StreamVolume : public QGlib::Interface
{
QGST_WRAPPER(StreamVolume)
public: