summaryrefslogtreecommitdiff
path: root/include/asterisk
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2017-05-02 05:19:12 -0500
committerGerrit Code Review <gerrit2@gerrit.digium.api>2017-05-02 05:19:12 -0500
commit090c6b702ee7b92a48d9bdc1dad46526fca1403f (patch)
tree6d88824de91257a190d62b7cfd7608404f0e2f5b /include/asterisk
parent9af53d3563047f9849cdaf3883a6b00340242236 (diff)
parent5c1851cbc0e31cc1fee108983b1937212002860c (diff)
Merge "stream: Make ast_stream_topology_create_from_format_cap() allow NULL cap."
Diffstat (limited to 'include/asterisk')
-rw-r--r--include/asterisk/stream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/stream.h b/include/asterisk/stream.h
index 924bfb65c..1e07407a9 100644
--- a/include/asterisk/stream.h
+++ b/include/asterisk/stream.h
@@ -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