multiqueue: fix warning: ‘is_query’ may be used uninitialized in this function
authorJames Hilliard <james.hilliard1@gmail.com>
Tue, 14 Jun 2022 09:29:41 +0000 (03:29 -0600)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Tue, 14 Jun 2022 12:54:35 +0000 (12:54 +0000)
commit64ad82e00cafdc55293f3bc68ac502604dd2a8d5
tree61dab215f2938f283ccfb327fffdde915ee13cf1
parent6e48a3ec28aa2a9617c234d33ea495db5cf8c7e7
multiqueue: fix warning: ‘is_query’ may be used uninitialized in this function

Fixes:
../plugins/elements/gstmultiqueue.c: In function ‘gst_multi_queue_loop’:
../plugins/elements/gstmultiqueue.c:2394:19: warning: ‘is_query’ may be used uninitialized in this function [-Wmaybe-uninitialized]
 2394 |     if (object && !is_query)
      |                   ^~~~~~~~~

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2593>
subprojects/gstreamer/plugins/elements/gstmultiqueue.c