]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_rtp_asterisk: Queue video update on picture loss indication.
authorJoshua Colp <jcolp@digium.com>
Thu, 5 Apr 2018 23:48:31 +0000 (23:48 +0000)
committerJoshua Colp <jcolp@digium.com>
Thu, 5 Apr 2018 23:48:31 +0000 (23:48 +0000)
commit01cc0731d0ccf757590e85c9fca6d73665f778ed
tree09a1ef3701bfe5396275c4f600ca0ee06d9eaa91
parent3719880d4955330a15d868b1452d827aff013b1a
res_rtp_asterisk: Queue video update on picture loss indication.

The previous payload specific feedback handling was very single
minded in that it just assumed everything should trigger a video
update. This was changed but the handling of picture loss indication
was not added. The result was that video may not flow. This change
adds it explicitly in.

Change-Id: I1894be02e39ee10a0af841b5a1dca5f0ec7d60b6
include/asterisk/rtp_engine.h
res/res_rtp_asterisk.c