multiqueue: Fix access to NULL pointer
authorEdward Hervey <edward@centricular.com>
Thu, 20 Jul 2017 12:17:48 +0000 (14:17 +0200)
committerEdward Hervey <bilboed@bilboed.com>
Thu, 20 Jul 2017 12:18:51 +0000 (14:18 +0200)
commit78ee0dfad13ea6e3621605e482321e5f34ffa6c3
tree60035af9ba0cd6c4dbe93ee577f1b0b07b26f6c7
parent1b0059e0c5ae4de4c02d8b849e1d440431f60cb5
multiqueue: Fix access to NULL pointer

sq can be NULL.

Also fix commit message (it's the queue we are iterating over that we
are logging, not the one passed as argument).

CID #1415569
plugins/elements/gstmultiqueue.c