Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: [ANNOUNCE] DXR3-plugin 0.1.8



Hi,

> > - Fixed external player support (thanks to Seppo Ingalsuo).
>
> Any chance you might actually have forgotten to make the change suggested
> by Kai Moeller to change playMode to PlayMode in dxr3device.c line 69?-)
>
> Its just that the MPlayer plugin fails the same way it used to before
> patching 0.1.7a. Here's a patch to fix the problem on 0.1.8:
>
> ---cut---
> --- dxr3device.c.dist   2003-04-29 20:16:53.000000000 +0300
> +++ dxr3device.c        2003-04-29 20:17:06.000000000 +0300
> @@ -66,7 +66,7 @@
>          case pmExtern_THIS_SHOULD_BE_AVOIDED: DXR3_DIAG <<
> "cDxr3Device::SetPlayMode this should be avoided" << endl; break;
>       }
>
> -     if (playMode == pmExtern_THIS_SHOULD_BE_AVOIDED) {
> +     if (PlayMode == pmExtern_THIS_SHOULD_BE_AVOIDED) {
>          Interface->Info("Dxr3: Releasing devices\n");
>          cDxr3AbsDevice::Instance().ExternalReleaseDevices();
>       } else {
> ---cut---
thank you for pointing that out.
I new version (0.1.8a) has been released.

CU
Stefan.





-- 
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index