mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
gstpipewireformat: remove useless comparison in gst_caps_from_format
Fixes a LGTM warning:
Empty block without comment
This commit is contained in:
parent
8c013b8183
commit
64352dd256
1 changed files with 0 additions and 2 deletions
|
|
@ -886,8 +886,6 @@ gst_caps_from_format (const struct spa_pod *format)
|
||||||
handle_int_prop (prop, "channels", res);
|
handle_int_prop (prop, "channels", res);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (media_subtype == SPA_MEDIA_SUBTYPE_aac) {
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue