~ubuntu-branches/ubuntu/saucy/phonon-backend-gstreamer/saucy-proposed

« back to all changes in this revision

Viewing changes to gstreamer/backend.h

  • Committer: Package Import Robot
  • Author(s): Harald Sitter
  • Date: 2013-02-04 14:30:52 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20130204143052-yfhzb2p4vm4xal2r
Tags: 4:4.7.0really4.6.3-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
 
53
53
    QObject *createObject(BackendInterface::Class, QObject *parent, const QList<QVariant> &args);
54
54
 
55
 
    bool isValid() const;
56
 
    bool supportsVideo() const;
57
55
    QStringList availableMimeTypes() const;
58
56
 
59
57
    QList<int> objectDescriptionIndexes(ObjectDescriptionType type) const;
74
72
    void objectDescriptionChanged(ObjectDescriptionType);
75
73
 
76
74
private:
 
75
    bool isValid() const;
 
76
    bool supportsVideo() const;
 
77
 
77
78
    DeviceManager *m_deviceManager;
78
79
    EffectManager *m_effectManager;
79
80
    DebugLevel m_debugLevel;