[Home]

Summary:ASTERISK-07569: [patch] show translation text fix
Reporter:Denis Smirnov (mithraen)Labels:
Date Opened:2006-08-21 04:30:05Date Closed:2006-08-30 11:04:33
Priority:TrivialRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) show.translations.patch
Description:Old table head is not so informative for newbies.
Comments:By: Serge Vecher (serge-v) 2006-08-21 10:40:29

text fixes are not experimental ;)

By: Joshua C. Colp (jcolp) 2006-08-21 13:01:39

This change actually confuses me, what are you trying to express?

By: Denis Smirnov (mithraen) 2006-08-21 20:39:41

show translation contain info about time, spend for transcoding.
This time measured in milliseconds.
But for what data size we spend this time?
I don't find it in any docs, and some Asterisk users ask me about this.

By: Joshua C. Colp (jcolp) 2006-08-21 20:47:34

It may not be correct though because someone could recalculate with a different amount of sample seconds, it's only by default at codec load that is is calculated with a 1 second sample.

By: Denis Smirnov (mithraen) 2006-08-21 21:59:42

See at calc_cost functions. It has string:

t->cost = cost / seconds;

after computing cost for more than one second, it divided to secnnds number.

So result is "milliseconds spend for transcoding one second of data"

By: Joshua C. Colp (jcolp) 2006-08-30 11:04:33

Put into trunk at revision 41373.