Commit dae49c9e authored by Rafaël Carré's avatar Rafaël Carré

Revert "Revert "libvlc_media_get_tracks_info(): correct help""

This reverts commit 193aeeff.

Conflicts:

	include/vlc/libvlc_media.h
parent 4bf6ddb1
......@@ -486,13 +486,10 @@ VLC_PUBLIC_API void *libvlc_media_get_user_data( libvlc_media_t *p_md );
/**
* Get media descriptor's elementary streams description
*
* Note, you need to play the media _one_ time with --sout="#description"
* but this is broken because #description needs special support now.
* Note, you need to call libvlc_media_parse() or play the media at least once
* before calling this function.
* Not doing this will result in an empty array.
*
* This is very likely to change in next release, and be done at the parsing
* phase.
*
* \param p_md media descriptor object
* \param tracks address to store an allocated array of Elementary Streams
* descriptions (must be freed by the caller)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment