libeplayer3: dynamically update pid list

This commit is contained in:
martii
2013-03-25 20:42:36 +01:00
committed by Stefan Seyfried
parent a2e60ad48a
commit 8d3fba60a3
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;
}