From 48d2caa73e023018c5959ca8481dec2c39109e7a Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sun, 27 Mar 2011 13:12:03 +0200 Subject: [PATCH] Fixed the description of cReceiver in PLUGINS.html --- CONTRIBUTORS | 2 ++ HISTORY | 3 +++ PLUGINS.html | 5 +++-- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 5b1fa48d..f010c5c0 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -2524,6 +2524,8 @@ Winfried K for fixing wrong value for TableIdBAT in libsi/si.h for making several code modifications to avoid compiler warnings for improving the description of the transponder parameters in vdr.5 + for reporting a necessary fix in the description of cReceiver in PLUGINS.html, + regarding detaching a receiver from its device before deleting it Igor M. Liplianin for a patch that was used to convert VDR to the S2API driver API diff --git a/HISTORY b/HISTORY index 3991e862..056e2803 100644 --- a/HISTORY +++ b/HISTORY @@ -6577,3 +6577,6 @@ Video Disk Recorder Revision History when replayed on an HD OSD). - Renamed cBitmap::Scale() to Scaled(), because it doesn't modify the bitmap itself, but rather returns a scaled copy. +- Fixed the description of cReceiver in PLUGINS.html, regarding detaching a receiver + from its device before deleting it (reported by Winfried Köhler). This change in + behavior was introduced in version 1.5.7. diff --git a/PLUGINS.html b/PLUGINS.html index 05fb7ed0..3859918d 100644 --- a/PLUGINS.html +++ b/PLUGINS.html @@ -1523,8 +1523,9 @@ the receiver is attached to the device that actually receives the current live video stream (this may be different from the primary device in case of Transfer Mode).

-If the cReceiver isn't needed any more, it may simply be deleted -and will automatically detach itself from the cDevice. +

+The cReceiver must be detached from its device before it is deleted. +

Filters