Mailing List archive

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

[vdr] Re: [NOTICE] AutoPID patch / channel scan plugin



> On Monday 14 April 2003 23:23, Andreas Share wrote:
>
> [...]
>
> > Hi Andreas,
> >
> > i think there are some changes missing in the repository in eit.c,
because:
>
> I have just commited some changes, could you please try again.
>
> Andreas
>

Hi Andreas,

sorry, i could not compile at the moment, but the problem still remain in
the repository,  because:

- from channels.c line 279+:

// --
cTransponders ----------------------------------------------------------

cTransponders Transponders;

cTransponder* cTransponders::getTransponder(int id) const
{                                                                       ^^^^
  for (cTransponder *transponder = First(); transponder; transponder =
Next(transponder))
    if (transponder->ID() == id)
      return transponder;
  return NULL;
}

- from channels.h line 291+:

class cTransponders : public cConfig<cTransponder> {
public:
    cTransponder* getTransponder(int id) const;
                                                     ^^^^
    int findTransponder(const int source, int frequency, char polarization)
const;
};

- and (not matching the class from channels.h) from eit.c line 926:

   cChannel *chan = Channels.GetByTransponderSid(Transponders.getTransponder
(CurrentSource, Event->TransportStreamID), Event->ServiceID);
     ^^^^^^^^            ^^^^^^^^^^^^

there are one or two other clases with the same problem, but i havenīt the
compile-log from yesterday here.

I have checked out the repository via clone-command at 11:20am

Andreas






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



Home | Main Index | Thread Index