According to this page:
https://www.videolan.org/developers/vlc ... media.html
the function libvlc_media_subitems():
"Returns list of media descriptor subitems or NULL "
Up to version 2.2.2, this is working as expected. However, in version 3.0.0, this function appears
to NOT return NULL. Instead, I receive a value for all media.
When I call libvlc_media_list_count() for that value, I get a 0 (if it was simple media).
This is not a problem, really. I just wanted to make sure it's intended behavior. All the simple media that was
returning NULL for libvlc_media_subitems() (up to ver 2.2.2) is now returning a value (which then tells me has 0 items in it).