From 64352dd256bece07a3bcb4c569ebf368e9be52e6 Mon Sep 17 00:00:00 2001 From: Konstantin Kharlamov Date: Tue, 6 Jul 2021 00:02:25 +0300 Subject: [PATCH] gstpipewireformat: remove useless comparison in gst_caps_from_format Fixes a LGTM warning: Empty block without comment --- src/gst/gstpipewireformat.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/gst/gstpipewireformat.c b/src/gst/gstpipewireformat.c index 208eb8342..317b66e45 100644 --- a/src/gst/gstpipewireformat.c +++ b/src/gst/gstpipewireformat.c @@ -886,8 +886,6 @@ gst_caps_from_format (const struct spa_pod *format) handle_int_prop (prop, "channels", res); } } - else if (media_subtype == SPA_MEDIA_SUBTYPE_aac) { - } } return res; }