[Asterisk-code-review] channel: Add support for writing to a specific stream. (asterisk[master])
Kevin Harwell
asteriskteam at digium.com
Wed Feb 22 17:56:38 CST 2017
Kevin Harwell has posted comments on this change. ( https://gerrit.asterisk.org/5058 )
Change subject: channel: Add support for writing to a specific stream.
......................................................................
Patch Set 2: Code-Review-1
(1 comment)
https://gerrit.asterisk.org/#/c/5058/2/main/channel.c
File main/channel.c:
PS2, Line 5257: } else if ((stream == default_stream) && ast_channel_tech(chan)->write) {
: res = ast_channel_tech(chan)->write(chan, fr);
These ->write calls should be ->write_video
--
To view, visit https://gerrit.asterisk.org/5058
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-MessageType: comment
Gerrit-Change-Id: I4df20d1b65bd4d787fce0b4b478e19d2dfea245c
Gerrit-PatchSet: 2
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Owner: Joshua Colp <jcolp at digium.com>
Gerrit-Reviewer: Anonymous Coward #1000019
Gerrit-Reviewer: Kevin Harwell <kharwell at digium.com>
Gerrit-HasComments: Yes
More information about the asterisk-code-review
mailing list