Update the buffering state before stalling for more data
authorGustavo Noronha Silva <gns@gnome.org>
Fri, 6 Sep 2013 18:09:46 +0000 (15:09 -0300)
committerSebastian Dröge <slomo@circular-chaos.org>
Mon, 9 Sep 2013 12:15:09 +0000 (14:15 +0200)
commit4cb596ddd6919701744387339e9a957a6f71b2b6
tree510656fa41f464600225cdbeb3274a1807f87697
parent3dc8ee97e50039c73fc322f687741a5b7193b750
Update the buffering state before stalling for more data

In some cases the wait for more data was happening without updating
the buffering state, meaning the API user would not be able to notice
it should pause the pipeline and update UI to indicate that is the
case, the video would likely stutter instead.

https://bugzilla.gnome.org/show_bug.cgi?id=707648
plugins/elements/gstqueue2.c