queue2: Only call update_buffering if needed.
authorEdward Hervey <bilboed@bilboed.com>
Tue, 19 Oct 2010 16:09:53 +0000 (18:09 +0200)
committerEdward Hervey <bilboed@bilboed.com>
Thu, 2 Dec 2010 18:04:57 +0000 (19:04 +0100)
commit8f12a5e7cd1c6441da81cae9cc0a2799c9121054
tree369a274b6422bcbc8c04fca81bc357655a54af65
parent66bba2a49e2a4fe9152aa4c42f6b76d54276ac78
queue2: Only call update_buffering if needed.

update_buffering is so big it will never be inlined (and shouldn't),
we therefore move the check outside of it.
plugins/elements/gstqueue2.c