summaryrefslogtreecommitdiff
path: root/channels/chan_pjsip.c
diff options
context:
space:
mode:
authorJenkins2 <jenkins2@gerrit.asterisk.org>2017-07-25 10:37:45 -0500
committerGerrit Code Review <gerrit2@gerrit.digium.api>2017-07-25 10:37:45 -0500
commit51ef6a8b6c74f8cc0ceb7324b43f766fb9dd88df (patch)
treeff26d19451b04bd05d9d40b75bcf9acb00e386be /channels/chan_pjsip.c
parent63bcbb2a5698847d75e9106a8d0d04e6267781c7 (diff)
parenta6eb9ee7d22c3cf733e9c05419844519ff3ab05d (diff)
Merge "core: Add VP9 passthrough support."
Diffstat (limited to 'channels/chan_pjsip.c')
-rw-r--r--channels/chan_pjsip.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/channels/chan_pjsip.c b/channels/chan_pjsip.c
index f009943ed..51b5dab5c 100644
--- a/channels/chan_pjsip.c
+++ b/channels/chan_pjsip.c
@@ -1596,6 +1596,7 @@ static int chan_pjsip_indicate(struct ast_channel *ast, int condition, const voi
* fully support other video codecs */
if (ast_format_cap_iscompatible_format(ast_channel_nativeformats(ast), ast_format_vp8) != AST_FORMAT_CMP_NOT_EQUAL ||
+ ast_format_cap_iscompatible_format(ast_channel_nativeformats(ast), ast_format_vp9) != AST_FORMAT_CMP_NOT_EQUAL ||
(channel->session->endpoint->media.webrtc &&
ast_format_cap_iscompatible_format(ast_channel_nativeformats(ast), ast_format_h264) != AST_FORMAT_CMP_NOT_EQUAL)) {
/* FIXME Fake RTP write, this will be sent as an RTCP packet. Ideally the