Mailing List archive

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

[vdr] Re: [ANNOUNCE] DVB subtitles 0.0.2



> From: Pekka Virtanen [mailto:pekka.virtanen@sci.fi]
> Subject: [vdr] [ANNOUNCE] DVB subtitles 0.0.2
> 
> Few last minute notes:
> -Replaying may not work with DXR3-plugin (the hooks are in dvbplayer.c)

No problems here using DXR3 after I changed the code to attach the
subtitle-receiver to the actual device that is used.

In subtitles.c get ActualDevice() from the PrimaryDevice():

	cDevice::PrimaryDevice()->ActualDevice()->AttachReceiver( iReceiver
);

and

	if ( !GetSubInfo(
cDevice::PrimaryDevice()->ActualDevice()->DeviceNumber(), Channel->Sid(),
Channel->Vpid(), info ) )



					Teemu



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



Home | Main Index | Thread Index