equal
deleted
inserted
replaced
26 |
26 |
27 #include <QtCore/QObject> |
27 #include <QtCore/QObject> |
28 |
28 |
29 #include <gst/gst.h> |
29 #include <gst/gst.h> |
30 |
30 |
|
31 #ifndef QT_NO_PHONON_EFFECT |
31 QT_BEGIN_NAMESPACE |
32 QT_BEGIN_NAMESPACE |
32 |
|
33 namespace Phonon |
33 namespace Phonon |
34 { |
34 { |
35 namespace Gstreamer |
35 namespace Gstreamer |
36 { |
36 { |
37 class EffectInfo; |
37 class EffectInfo; |
56 GstElement *m_effectBin; |
56 GstElement *m_effectBin; |
57 GstElement *m_effectElement; |
57 GstElement *m_effectElement; |
58 QList<Phonon::EffectParameter> m_parameterList; |
58 QList<Phonon::EffectParameter> m_parameterList; |
59 }; |
59 }; |
60 }} //namespace Phonon::Gstreamer |
60 }} //namespace Phonon::Gstreamer |
61 |
|
62 QT_END_NAMESPACE |
61 QT_END_NAMESPACE |
|
62 #endif //QT_NO_PHONON_EFFECT |
63 |
63 |
64 #endif // Phonon_GSTREAMER_EFFECT_H |
64 #endif // Phonon_GSTREAMER_EFFECT_H |