dashdemux: add a downloadrate utility
authorThiago Santos <thiago.sousa.santos@collabora.com>
Tue, 5 Feb 2013 20:38:06 +0000 (17:38 -0300)
committerThiago Santos <thiago.sousa.santos@collabora.com>
Wed, 8 May 2013 21:14:39 +0000 (18:14 -0300)
commit460542daaf04b274cbd49c52e54a6bc59e3c1b0f
tree31f966b9121f9fbdb852c894c2acb7f588cf8101
parent28449ce7d10c9ceaa6557d2e87730e090646e081
dashdemux: add a downloadrate utility

A small struct that keeps a short history of fragment download bitrates
to have an average measure of N last fragments instead of using only
the last downloaded bitrate
ext/dash/Makefile.am
ext/dash/gstdashdemux.c
ext/dash/gstdashdemux.h
ext/dash/gstdownloadrate.c [new file with mode: 0644]
ext/dash/gstdownloadrate.h [new file with mode: 0644]