mirror of
https://projects.vdr-developer.org/git/vdr-plugin-streamdev.git
synced 2023-10-10 19:16:51 +02:00
Fixed HTTP menu destruction
This commit is contained in:
parent
dfc8339c9e
commit
5e5070edc0
1
HISTORY
1
HISTORY
@ -1,6 +1,7 @@
|
||||
VDR Plugin 'streamdev' Revision History
|
||||
---------------------------------------
|
||||
|
||||
- Fixed HTTP menu destruction
|
||||
- API change of VDR 2.1.2
|
||||
- Fixed priority handling, messed up when adding multi-device support
|
||||
- Added HTTP "Server" header (suggested by hivdr)
|
||||
|
@ -38,6 +38,7 @@ cConnectionHTTP::~cConnectionHTTP()
|
||||
{
|
||||
delete m_Streamer;
|
||||
delete m_RecPlayer;
|
||||
delete m_MenuList;
|
||||
}
|
||||
|
||||
bool cConnectionHTTP::CanAuthenticate(void)
|
||||
|
@ -18,6 +18,7 @@ class cItemIterator
|
||||
virtual const cString ItemRessource() const = 0;
|
||||
virtual const char* Alang(int i) const = 0;
|
||||
virtual const char* Dlang(int i) const = 0;
|
||||
virtual ~cItemIterator() {};
|
||||
};
|
||||
|
||||
class cRecordingsIterator: public cItemIterator
|
||||
|
Loading…
Reference in New Issue
Block a user