summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRichard Mudgett <rmudgett@digium.com>2017-04-20 19:25:10 -0500
committerRichard Mudgett <rmudgett@digium.com>2017-04-27 19:08:05 -0500
commit5c1851cbc0e31cc1fee108983b1937212002860c (patch)
treec7e86ac58391a8223a153ac7019a91680f062f10 /include
parentd71c6e3bfd0db7b069da326c155766b679de552f (diff)
stream: Make ast_stream_topology_create_from_format_cap() allow NULL cap.
Change-Id: Ie29760c49c25d7022ba2124698283181a0dd5d08
Diffstat (limited to 'include')
-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