QtGStreamer
0.10.2
|
#include <QGst/ElementFactory>
Public Member Functions | |
QGlib::Type | elementType () const |
QString | longName () const |
QString | klass () const |
QString | description () const |
QString | author () const |
QString | documentationUri () const |
QString | iconName () const |
uint | padTemplatesCount () const |
int | uriType () const |
bool | hasInterface (const char *interfaceName) const |
bool | canSinkCaps (const CapsPtr &caps) const |
bool | canSrcCaps (const CapsPtr &caps) const |
ElementPtr | create (const char *elementName=NULL) const |
![]() | |
uint | rank () const |
void | setRank (uint rank) |
QString | name () const |
void | setName (const char *name) |
bool | isAtLeastVersion (uint major, uint minor, uint micro) const |
PluginFeaturePtr | load () |
![]() | |
QString | name () const |
bool | setName (const char *name) |
ObjectPtr | parent () const |
bool | setParent (const ObjectPtr &parent) |
void | unparent () |
bool | isAncestorOf (const ObjectPtr &object) const |
QString | pathString () const |
Static Public Member Functions | |
static ElementFactoryPtr | find (const char *factoryName) |
static ElementFactoryPtr | find (const QString &factoryName) |
static ElementPtr | make (const char *factoryName, const char *elementName=NULL) |
static ElementPtr | make (const QString &factoryName, const char *elementName=NULL) |
Additional Inherited Members | |
![]() | |
virtual void | ref (bool increaseRef) |
virtual void | unref () |
![]() | |
void * | m_object |
Wrapper class for GstElementFactory.
Definition at line 28 of file elementfactory.h.