From 635ccc479f3e0d62b3f52cb5407d06185e402f5b Mon Sep 17 00:00:00 2001 From: Frank Schmirler Date: Thu, 2 Dec 2010 09:39:01 +0100 Subject: Snapshot 2010-09-15 --- streamdev-client.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'streamdev-client.c') diff --git a/streamdev-client.c b/streamdev-client.c index 87afdf3..c720186 100644 --- a/streamdev-client.c +++ b/streamdev-client.c @@ -3,7 +3,7 @@ * * See the README file for copyright information and how to reach the author. * - * $Id: streamdev-client.c,v 1.5.2.1 2010/06/08 05:56:14 schmirl Exp $ + * $Id: streamdev-client.c,v 1.5.2.2 2010/08/18 10:26:18 schmirl Exp $ */ #include "streamdev-client.h" @@ -56,4 +56,8 @@ bool cPluginStreamdevClient::SetupParse(const char *Name, const char *Value) { return StreamdevClientSetup.SetupParse(Name, Value); } +void cPluginStreamdevClient::MainThreadHook(void) { + cStreamdevDevice::UpdatePriority(); +} + VDRPLUGINCREATOR(cPluginStreamdevClient); // Don't touch this! -- cgit v1.2.3