VLCMediaPlayer: Nullability warnings
With the addition of the adjust filter, the header has been introduced to nullability which generates a lot of warnigs.
We should review the nullability either by adding to each elements or with the clang asssume_nonnull
defines.