[Bug 763757] multiqueue: Make sure mq->percent remains valid after modifying high-percent value
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Thu Apr 14 07:01:46 UTC 2016
https://bugzilla.gnome.org/show_bug.cgi?id=763757
--- Comment #5 from Carlos Rafael Giani <dv at pseudoterminal.org> ---
Perhaps. On one hand, only high_percent is used for computing percentage:
percent = percent * 100 / mq->high_percent;
On the other hand, low_percent is used for determining if mq->buffering should
be set to TRUE. This however is a separate issue I think: what happens (or what
should happen) if the first data block that is sent into the queue already
pushes the fill level above low_percent? And what happens if low_percent is
then lowered to fall below the fill level? This could be a separate commit.
--
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