Home
last modified time | relevance | path

Searched refs:WPEContextThread (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/wpe/
DWPEThreadedView.h124 class WPEContextThread {
126 static WPEContextThread& singleton();
128 WPEContextThread();
129 ~WPEContextThread();
DWPEThreadedView.cpp57 static WPEContextThread *s_view = NULL;
59 WPEContextThread& WPEContextThread::singleton() in singleton()
64 s_view = new WPEContextThread; in singleton()
72 WPEContextThread::WPEContextThread() in WPEContextThread() function in WPEContextThread
87 WPEContextThread::~WPEContextThread() in ~WPEContextThread()
99 void WPEContextThread::dispatch(Function func) in dispatch()
147 gpointer WPEContextThread::s_viewThread(gpointer data) in s_viewThread()
149 auto& view = *static_cast<WPEContextThread*>(data); in s_viewThread()
160 auto& view = *static_cast<WPEContextThread*>(data); in s_viewThread()
337 WPEView* WPEContextThread::createWPEView(GstWpeVideoSrc* src, GstGLContext* context, GstGLDisplay* … in createWPEView()
[all …]
Dgstwpevideosrc.cpp287 auto & thread = WPEContextThread::singleton (); in gst_wpe_video_src_start()
/third_party/gstreamer/gstplugins_bad/
DChangeLog5042 When WPEContextThread::dispatch() is invoked it means the thread has already
15061 WPEContextThread and the blocking dispatch when unreffing wants to run
15062 something on the WPEContextThread however images_mutex has already been
15417 another (or the same) wpesrc is on the WPEContextThread and e.g. posts a
20207 done from our WPEView, not from the WPEContextThread. This fixes issues where
21159 - WPEContextThread handles the persistent WebKit thread, where all WebKit API
21161 - WPEView: is created from the WPEContextThread. It handles the WebView and