[Bug 751889] baseparse: Calculates bitrates for the complete stream instead of windowed average

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Dec 7 09:44:16 PST 2015


https://bugzilla.gnome.org/show_bug.cgi?id=751889

--- Comment #1 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
But by doing so, we might break application assumptions. They might expect to
get the overall average right before EOS.

Apart from that we should just make that
  avg = (N * avg + new_frame_size) / (N + 1).

Maybe with N = 127 or a similarly high number.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list