Merge branch 'master' of projects.vdr-developer.org:vdr-plugin-streamdev

Conflicts:
	HISTORY
This commit is contained in:
Frank Schmirler
2011-03-18 15:56:34 +01:00
10 changed files with 89 additions and 41 deletions

View File

@@ -49,9 +49,7 @@ cStreamdevDevice::~cStreamdevDevice() {
Cancel(3);
#if APIVERSNUM >= 10515
StopSectionHandler();
#endif
DELETENULL(m_Filters);
DELETENULL(m_TSBuffer);
}

View File

@@ -10,8 +10,8 @@
#include "client/device.h"
#include "client/setup.h"
#if !defined(APIVERSNUM) || APIVERSNUM < 10509
#error "VDR-1.5.9 API version or greater is required!"
#if !defined(APIVERSNUM) || APIVERSNUM < 10516
#error "VDR-1.5.16 API version or greater is required!"
#endif
const char *cPluginStreamdevClient::DESCRIPTION = trNOOP("VTP Streaming Client");