[mythtv-commits] Ticket #3724: Call to StreamID::Normalize missing QString parameter

MythTV mythtv at cvs.mythtv.org
Sat Jul 14 13:46:33 UTC 2007


#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


More information about the mythtv-commits mailing list