gstpipewireformat: remove useless comparison in gst_caps_from_format

Fixes a LGTM warning:

    Empty block without comment
This commit is contained in:
Konstantin Kharlamov 2021-07-06 00:02:25 +03:00
parent 8c013b8183
commit 64352dd256

View file

@ -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;
}