validate/media-info: silence unsed variable warning
authorMatthew Waters <matthew@centricular.com>
Mon, 28 Mar 2022 10:15:15 +0000 (21:15 +1100)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Mon, 28 Mar 2022 10:30:23 +0000 (10:30 +0000)
commit8b82463b019ba6187bc3a5802c7bce589ec57106
tree0a6b56bb7385c90e2971f9cd909f71cf23b473c8
parent67e364b34d256bf69c539f5bf6c219ab5724fe31
validate/media-info: silence unsed variable warning

Fixes:

../validate/gst/validate/gst-validate-media-info.c:714:28: error: variable 'total_sink_count' set but not used [-Werror,-Wunused-but-set-variable]
  guint id, ncounters = 0, total_sink_count = 0;
                           ^

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2046>
subprojects/gst-devtools/validate/gst/validate/gst-validate-media-info.c