]> git.ipfire.org Git - thirdparty/asterisk.git/commit
stream: Add media stream definition and API with unit tests. 93/4893/3
authorJoshua Colp <jcolp@digium.com>
Tue, 7 Feb 2017 12:56:41 +0000 (12:56 +0000)
committerGeorge Joseph <gjoseph@digium.com>
Fri, 10 Feb 2017 16:58:03 +0000 (09:58 -0700)
commitbab4885f1e923a252209db8b6011cf8a2fcb30c5
treeb393b9245c967011fdb41c17d7a7cc228337ef63
parent46147a8f3013ba7fcf326e1b2d6e1b6c4ad68202
stream: Add media stream definition and API with unit tests.

This change adds the media stream definition and API for
accessing and using it. Unit tests have also been written
which exercise aspects of the API.

ASTERISK-26773

Change-Id: I3dbe54065b55aaa51f467e1a3bafd67fb48cac87
include/asterisk/stream.h [new file with mode: 0644]
main/stream.c [new file with mode: 0644]
tests/test_stream.c [new file with mode: 0644]