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

« back to all changes in this revision

Viewing changes to gstreamer/gsthelper.h

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2011-04-15 14:43:30 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20110415144330-7uif3319lxdu4ltt
Tags: 4:4.7.0really4.5.0-0ubuntu2
* New upstream release
* Add kubuntu_02_install_codec.diff to fix codec install

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
#ifndef Phonon_GSTREAMER_GSTHELPER_H
19
19
#define Phonon_GSTREAMER_GSTHELPER_H
20
20
 
21
 
#include "common.h"
22
 
 
 
21
#include <QtCore/QList>
 
22
#include <QtCore/QByteArray>
 
23
#include <QtCore/QString>
23
24
#include <gst/gstelement.h>
24
25
 
25
26
QT_BEGIN_NAMESPACE
38
39
    static bool setProperty(GstElement *elem, const char *propertyName, const QByteArray &propertyValue);
39
40
    static QByteArray property(GstElement *elem, const char *propertyName);
40
41
    static QByteArray name(GstObject *elem);
41
 
    static GstElement* createPluggablePlaybin();
42
42
    static QString stateName(GstState);
43
43
};
44
44