Skip to content

gst-plugins-bad: Assorted fixes for MSVC

amyspark requested to merge amyspark/gstreamer:fix-msvc-plugins into main

Hi all,

This MR is to fix some symbol visibility and dependency fallback issues I found in upstream dependencies, that break building out-of-the-box under MSVC. They are explained in the individual commits. The change in particular for liblc3 was reported here: https://github.com/google/liblc3/issues/48 .

Let me know what you think.

Merge request reports