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

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Dec 8 01:47:56 PST 2015


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

--- Comment #2 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
That actually does not work well as we might have many frames with unknown
duration and only every now and then a smaller frame with timestamps. However
the unknown durations should be considered too.

So we would need a real running average of e.g. all measurements in the last 10
seconds or so, which is of course a bit more expensive to calculate.

-- 
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