From f8f513d363fd10148976c592cbc8be860cda28ab Mon Sep 17 00:00:00 2001 From: George Joseph Date: Thu, 16 Feb 2017 07:28:33 -0700 Subject: stream: Rename creates/destroys to allocs/frees To be consistent with sdp implementation. Change-Id: I714e300939b4188f58ca66ce9d1e84b287009500 --- main/channel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/channel.c') diff --git a/main/channel.c b/main/channel.c index fa92508ac..5e8178358 100644 --- a/main/channel.c +++ b/main/channel.c @@ -888,7 +888,7 @@ __ast_channel_alloc_ap(int needqueue, int state, const char *cid_num, const char return ast_channel_unref(tmp); } - if (!(topology = ast_stream_topology_create())) { + if (!(topology = ast_stream_topology_alloc())) { return ast_channel_unref(tmp); } ast_channel_internal_set_stream_topology(tmp, topology); -- cgit v1.2.3