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

Jose Bernardo Silva jose.bandos at gmail.com
Sat Jul 14 13:56:34 UTC 2007


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.mythtv.org>:
> #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.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-commits
>


More information about the mythtv-dev mailing list