mirror of http://gerrit.asterisk.org/asterisk
This reverts commit a0844a9b9b.
Correcting/reverting accidental
upgrade on release process.
Change-Id: I08746eda578effa6e64054690fad48a17d2f42e7
changes/76/12976/1
parent
ddb2c90713
commit
d146ec7e83
@ -0,0 +1,6 @@
|
||||
Subject: func_jitterbuffer
|
||||
|
||||
The JITTERBUFFER dialplan function now has an option to enable video synchronization
|
||||
support. When enabled and used with a compatible channel driver (chan_sip, chan_pjsip)
|
||||
the video is buffered according to the size of the audio jitterbuffer and is
|
||||
synchronized to the audio.
|
||||
@ -0,0 +1,6 @@
|
||||
Subject: Core
|
||||
|
||||
H.265/HEVC is now a supported video codec and it can be used by
|
||||
specifying "h265" in the allow line.
|
||||
Please note however, that handling of the additional SDP parameters
|
||||
described in RFC 7798 section 7.2 is not yet supported.
|
||||
@ -0,0 +1,7 @@
|
||||
Subject: taskprocessor.c
|
||||
|
||||
Added two new CLI commands to reset stats for taskprocessors. You can
|
||||
reset stats for a single, specific taskprocessor ('core reset
|
||||
taskprocessor <taskprocessor>'), or you can reset all taskprocessors
|
||||
('core reset taskprocessors'). These commands will reset the counter for
|
||||
the number of tasks processed as well as the max queue size.
|
||||
Loading…
Reference in new issue