Wrapper class for GstPipeline. More...
#include <QGst/Pipeline>
Public Member Functions | |
BusPtr | bus () const |
ClockPtr | clock () const |
bool | setClock (const ClockPtr &clock) |
void | useClock (const ClockPtr &clock) |
void | enableAutoClock () |
Static Public Member Functions | |
static PipelinePtr | create (const char *name=NULL) |
Wrapper class for GstPipeline.
Definition at line 32 of file pipeline.h.
PipelinePtr QGst::Pipeline::create | ( | const char * | name = NULL |
) | [static] |
Creates a new Bin with the specified name
Reimplemented from QGst::Bin.
Definition at line 21 of file pipeline.cpp.