mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-18 07:48:14 +00:00
stream: Make ast_stream_topology_create_from_format_cap() allow NULL cap.
Change-Id: Ie29760c49c25d7022ba2124698283181a0dd5d08
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user