From patchwork Mon Jan 2 17:15:37 2006 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Kimmo Taskinen X-Patchwork-Id: 12129 Received: from smtp.dnainternet.net ([62.241.254.111]) by www.linuxtv.org with esmtp (Exim 4.50) id 1EtTHY-0004KQ-TL for vdr@linuxtv.org; Mon, 02 Jan 2006 18:15:40 +0100 Received: from b-211-183.cable.kpy.customers.dnainternet.fi ([212.149.211.183]:36955 "EHLO [192.168.2.101]" smtp-auth: TLS-CIPHER: TLS-PEER-CN1: ) by smtp2.dnainternet.net with ESMTP id S1228741AbWABRPj convert rfc822-to-quoted-printable (ORCPT ); Mon, 2 Jan 2006 19:15:39 +0200 Message-ID: <43B95FB9.705@dnainternet.net> Date: Mon, 02 Jan 2006 19:15:37 +0200 From: Kimmo Taskinen User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051016) X-Accept-Language: en-us, en MIME-Version: 1.0 To: VDR Mailing List Subject: Re: [vdr] Annoying bug with ttxtsubs References: <43B1AD9E.6060302@plenware.fi> In-Reply-To: X-BeenThere: vdr@linuxtv.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: VDR Mailing List List-Id: VDR Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jan 2006 17:15:41 -0000 Status: O X-Status: X-Keywords: X-UID: 6873 Hi, I believe you provided a working patch for this already in August. You must have forgotten to apply it for the soppatykki edition. I didn't notice the problem because I had disabled EPG scan. + Kimmo Rolf Ahrenberg wrote: > On Tue, 27 Dec 2005, "Sami J. Mäkinen" wrote: > >> When watching live view with ttxt subtitles, it is working ok, always. >> I have not seen subtitles from a wrong channel or anything similar. > > > I guess your DVB card is doing EPG scanning on background while you're > watching recordings. Disable it to check if it cures the symptons. I > haven't used ttxtsubs plugin since early 2004, so you won't get any > "working" patches from the web page you mentioned unless someone sends > me fixes for things like that. > > BR, > -- > rofa > > _______________________________________________ > vdr mailing list > vdr@linuxtv.org > http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr > --- ttxtsubs.c.pe 2005-08-28 13:03:07.000000000 +0300 +++ ttxtsubs.c 2005-08-28 13:05:19.000000000 +0300 @@ -438,7 +438,7 @@ #endif //dprint("cPluginTtxtsubs::ChannelSwitch(devicenr: %d, channelnr: %d) - mDispl: %x\n", Device->DeviceNumber(), ChannelNumber, mDispl); // XXX - if(Device->IsPrimaryDevice()) { + if(Device->IsPrimaryDevice() && !Device->Replaying()) { if(ChannelNumber) { getchmutex.Lock(); switchChannel=ChannelNumber;