[mythtv] QGVector errors
John Pullan
john.pullan at gmail.com
Thu Nov 3 18:46:59 EST 2005
On 03/11/05, Torbjörn Jansson <torbjorn.jansson at mbox200.swipnet.se> wrote:
> >>
> >> I'll give that a try in a while.
> >>
> >> About the empty descriptions, i've dumped the eit data with dvbsnoop
> >> and the descriptions is there. I've checked my fixup function to
> >> verify that i have a description at the end, and i do.
> >>
If you've got the description data here then it's not #344
> >> How do i revert one changeset? Is there a way to get a diff of a
> >> changeset so i can use patch to apply it in revers?
> >>
> >
> > Follow the link to the changeset.
> > Down the bottom of the changeset there is an option to download
> > the diff in unified diff format.
> >
> > Then at the myth toplevel directory do
> > patch -p1 -R < thepatch
> >
> > and off you go :-)
> >
>
> Aah, that links was so smal i didn't notice it.
> I've reverted that changeset and it didn't fix it, i still get
> QGVector::insert errors and now eit data is not inserted or atleast not as
> fast as it was previously.
>
The data was being collected but not always emitted. e.g If table 80
was collected and fully populated then it would complete and emit. If
however table 81 was then collected then it wouldn't emit because an
emit had already happened.
--
John
More information about the mythtv-dev
mailing list