Searched refs:gst_thread (Results 1 – 2 of 2) sorted by relevance
50 gst_thread (NULL), in QGLRenderer()96 this->gst_thread = in initializeGL()101 QObject::connect (this->gst_thread, SIGNAL (finished ()), in initializeGL()104 this->gst_thread, SLOT (stop ()), Qt::QueuedConnection); in initializeGL()113 this->gst_thread->start (); in initializeGL()131 Pipeline *pipeline = this->gst_thread->getPipeline (); in newFrame()
55 GstThread *gst_thread; variable