mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 23:12:44 +02:00
libeplayer3: rename player thread
Origin commit data
------------------
Branch: master
Commit: 1b926b4921
Author: martii <m4rtii@gmx.de>
Date: 2014-04-08 (Tue, 08 Apr 2014)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -64,7 +64,7 @@ class Player {
|
||||
Manager manager;
|
||||
OpenThreads::Mutex chapterMutex;
|
||||
std::vector<Chapter> chapters;
|
||||
pthread_t supervisorThread;
|
||||
pthread_t playThread;
|
||||
|
||||
bool abortRequested;
|
||||
bool isHttp;
|
||||
@@ -83,7 +83,7 @@ class Player {
|
||||
bool noprobe; /* hack: only minimal probing in av_find_stream_info */
|
||||
|
||||
void SetChapters(std::vector<Chapter> &Chapters);
|
||||
static void* SupervisorThread(void*);
|
||||
static void* playthread(void*);
|
||||
public:
|
||||
bool SwitchAudio(int pid);
|
||||
bool SwitchVideo(int pid);
|
||||
|
Reference in New Issue
Block a user