libeplayer3: dynamically update pid list

Origin commit data
------------------
Branch: master
Commit: beac99d8b0
Author: martii <m4rtii@gmx.de>
Date: 2013-03-25 (Mon, 25 Mar 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
martii
2013-03-25 20:42:36 +01:00
parent 1fa46d1d08
commit c02a804944
7 changed files with 41 additions and 0 deletions

View File

@@ -178,6 +178,9 @@ static int Command(void *_context, ManagerCmd_t command, void * argument) {
break;
}
case MANAGER_LIST: {
#ifdef MARTII
container_ffmpeg_update_tracks(context, "current stream");
#endif
*((char***)argument) = (char **)ManagerList(context);
break;
}