]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Merged revisions 201056 via svnmerge from
authorKevin P. Fleming <kpfleming@digium.com>
Tue, 16 Jun 2009 19:42:08 +0000 (19:42 +0000)
committerKevin P. Fleming <kpfleming@digium.com>
Tue, 16 Jun 2009 19:42:08 +0000 (19:42 +0000)
commitbbfd73e692bc58dd26482a3827fa58f8a7b4ba68
treed94a9f699cfe21efb302d8f4e050dfd2c63bdfe0
parent21da1c5fde93281ec6e5ba4002b437deb404191a
Merged revisions 201056 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r201056 | kpfleming | 2009-06-16 13:54:30 -0500 (Tue, 16 Jun 2009) | 18 lines

  Merged revisions 200991 via svnmerge from
  https://origsvn.digium.com/svn/asterisk/branches/1.4

  ........
    r200991 | kpfleming | 2009-06-16 12:05:38 -0500 (Tue, 16 Jun 2009) | 11 lines

    Improve support for media paths that can generate multiple frames at once.

    There are various media paths in Asterisk (codec translators and UDPTL, primarily)
    that can generate more than one frame to be generated when the application calling
    them expects only a single frame. This patch addresses a number of those cases,
    at least the primary ones to solve the known problems. In addition it removes the
    broken TRACE_FRAMES support, fixes a number of bugs in various frame-related API
    functions, and cleans up various code paths affected by these changes.

    https://reviewboard.asterisk.org/r/175/
  ........
................

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@201096 65c4cc65-6c06-0410-ace0-fbb531ad65f3
apps/app_chanspy.c
apps/app_meetme.c
apps/app_mixmonitor.c
include/asterisk/channel.h
include/asterisk/frame.h
include/asterisk/linkedlists.h
main/autoservice.c
main/channel.c
main/file.c
main/frame.c
main/slinfactory.c