queue: fix compiler warning
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Mon, 15 Jun 2009 19:11:05 +0000 (20:11 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Mon, 15 Jun 2009 19:11:05 +0000 (20:11 +0100)
commit8624aaa41500077f018a3e0485505d9f6a1d9bed
tree9198d8604812646f269dd020874bc798d7ca1243
parent34aeb8ba7efd6c39d85b7172201bdd19008d6133
queue: fix compiler warning

The compiler suggests to add some () to indicate if the && or the || takes
priority, so reflow code a bit so we don't have to add yet another layer
of (). Hopefully this was the intended meaning of the code.
plugins/elements/gstqueue.c