diff options
author | Ville Skyttä <ville.skytta@iki.fi> | 2009-01-06 14:19:10 +0200 |
---|---|---|
committer | Ville Skyttä <ville.skytta@iki.fi> | 2009-01-06 14:19:10 +0200 |
commit | 930080c16ec62d989c97ed2e070c651d9e3c864f (patch) | |
tree | 81473f5433b93e38febd6449a1e79d292e6b1eac | |
parent | 2b39aa3a509dc549e612706f80107e5ec8cb8490 (diff) | |
download | vdr-plugin-ttxtsubs-930080c16ec62d989c97ed2e070c651d9e3c864f.tar.gz vdr-plugin-ttxtsubs-930080c16ec62d989c97ed2e070c651d9e3c864f.tar.bz2 |
Set thread descriptions.
-rw-r--r-- | ttxtsubsdisplayer.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ttxtsubsdisplayer.c b/ttxtsubsdisplayer.c index 8204c99..bbad2cb 100644 --- a/ttxtsubsdisplayer.c +++ b/ttxtsubsdisplayer.c @@ -96,6 +96,7 @@ cTtxtSubsLiveReceiver::cTtxtSubsLiveReceiver(tChannelID ChnId, int Pid, int text cReceiver(ChnId, -1, Pid), cTtxtSubsDisplayer(textpage) { + SetDescription("ttxtsubs live receiver"); } cTtxtSubsLiveReceiver::~cTtxtSubsLiveReceiver(void) @@ -144,6 +145,7 @@ cTtxtSubsPlayer::cTtxtSubsPlayer(int backup_textpage) mLangChoise(1000), mLangInfoState(0) { + SetDescription("ttxtsubs player"); } // Take PES packets and break out the teletext data |