gnash-commit
[Top][All Lists]
Advanced

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

Re: [Gnash-commit] [patch #8086] RTMP netStream patch


From: George Thomas
Subject: Re: [Gnash-commit] [patch #8086] RTMP netStream patch
Date: Mon, 2 Sep 2013 19:25:01 +0530

The situation is like netStream.currentFps should be greater than 0
ideally and it will be in proprietary player.

But in gnash that is zero and to be implemented so that was why
xcheck_equals(! netStream.currentFps, '0' );

Is this not the right assumption ?


On Mon, Sep 2, 2013 at 7:17 PM, Sandro Santilli <address@hidden> wrote:
> Follow-up Comment #11, patch #8086 (project gnash):
>
> I see those tests look weird, maybe there are typos ?
>
>   check_equals( ! netStream.currentFps, 0 )
>
> Did you mean
>
>   check_equals ( netStream.currentFps, 0 ) ?
>
> Or:
>
>   check ( ! netStream.currentFps ) ?
>
> Or even:
>
>   check ( netStream.currentFps > 0 )
>
>
>
>     _______________________________________________________
>
> Reply to this item at:
>
>   <http://savannah.gnu.org/patch/?8086>
>
> _______________________________________________
>   Message sent via/by Savannah
>   http://savannah.gnu.org/
>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]