Page 1 of 1

libvlc_media_subitems() not returning NULL

Posted: 15 Jun 2015 20:59
by mangokm40
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). :)

Re: libvlc_media_subitems() not returning NULL

Posted: 09 Jul 2015 21:59
by Jean-Baptiste Kempf
file a bugreport, please.