Merge "stream: Make ast_stream_topology_create_from_format_cap() allow NULL cap."

This commit is contained in:
Joshua Colp
2017-05-02 05:19:12 -05:00
committed by Gerrit Code Review
3 changed files with 5 additions and 11 deletions

View File

@@ -356,7 +356,7 @@ int ast_stream_topology_set_stream(struct ast_stream_topology *topology,
* creates a topology and separates the media types in format_cap into
* separate streams.
*
* \param caps The format capabilities structure
* \param caps The format capabilities structure (NULL creates an empty topology)
*
* \retval non-NULL success
* \retval NULL failure