
jose.bandos at gmail
Jul 14, 2007, 6:56 AM
Post #1 of 2
(322 views)
Permalink
|
|
Re: [mythtv-commits] Ticket #3724: Call to StreamID::Normalize missing QString parameter
|
|
This was opened by me, but I even though I put my email in the "reporter" box it didn't "stick". 2007/7/14, MythTV <mythtv [at] cvs>: > #3724: Call to StreamID::Normalize missing QString parameter > -----------------------+---------------------------------------------------- > Reporter: anonymous | Owner: ijr > Type: defect | Status: new > Priority: minor | Milestone: 0.21 > Component: mythtv | Version: head > Severity: medium | Mlocked: 0 > -----------------------+---------------------------------------------------- > Hello, I've just tried building mythtv from SVN (r13910), and it stops > compiling because there is a call to StreamID::Normalize in > libs/libmythtv/mpeg/mpegtables.cpp in line 631 that is missing the last > parameter. If I change that line from > {{{ > types[i] = StreamID::Normalize(types[i], desc); > }}} > to > {{{ > types[i] = StreamID::Normalize(types[i], desc, sistandard); > }}} > as it is on the previous calls to StreamID::Normalize, it will build. > > -- > Ticket URL: <http://svn.mythtv.org/trac/ticket/3724> > MythTV <http://svn.mythtv.org/trac> > MythTV > _______________________________________________ > mythtv-commits mailing list > mythtv-commits [at] mythtv > http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-commits > _______________________________________________ mythtv-dev mailing list mythtv-dev [at] mythtv http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
|