gst/playback/gstqueue2.c: Fix a division by zero when the max percent is <= 0. Fixes...
authorWim Taymans <wim.taymans@gmail.com>
Tue, 12 Jun 2007 08:38:06 +0000 (08:38 +0000)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 29 Oct 2009 10:17:13 +0000 (11:17 +0100)
commitc26bff1afcb662ff203e322a79cb967e6a041b0c
tree602deb9fcea37279f8e83bf5d9022e7fe682f6d1
parent27d8c5843830d68af348e770860fdd5cc25dd2d1
gst/playback/gstqueue2.c: Fix a division by zero when the max percent is <= 0. Fixes #446572. also update the bufferi...

Original commit message from CVS:
Patches by: Thiago Sousa Santos <thiagossantos at gmail dot com>
* gst/playback/gstqueue2.c: (update_buffering),
(gst_queue_locked_enqueue):
Fix a division by zero when the max percent is <= 0. Fixes #446572.
also update the buffering status when receiving events. Fixes #446551.
gst/playback/gstqueue2.c