MCPcopy Create free account
hub / github.com/cinder/Cinder / startGMainLoopThread

Method startGMainLoopThread

src/cinder/linux/GstPlayer.cpp:371–375  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

369}
370
371void GstPlayer::startGMainLoopThread()
372{
373 mGMainLoop = g_main_loop_new( nullptr, false );
374 mGMainLoopThread = std::thread( &GstPlayer::startGMainLoop, this, mGMainLoop );
375}
376
377void GstPlayer::startGMainLoop( GMainLoop* loop )
378{

Callers

nothing calls this directly

Calls 1

threadClass · 0.85

Tested by

no test coverage detected