Skip to content

Commit

Permalink
New release: applied patch for yate api change
Browse files Browse the repository at this point in the history
  • Loading branch information
vir committed Apr 16, 2011
1 parent 08ec729 commit 5bfecc5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
yate-g72x-ipp (1.1) UNRELEASED; urgency=low

* Applied patch from http://yate.null.ro/archive/?action=show_msg&actionargs[]=59&actionargs[]=94

-- Vasily i. Redkin <[email protected]> Sun, 17 Apr 2011 01:48:09 +0400

yate-g72x-ipp (1.0) UNRELEASED; urgency=low

* Initial Release.
Expand Down
1 change: 1 addition & 0 deletions g723codec.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ unsigned long G723Codec::Consume(const DataBlock& data, unsigned long tStamp, un
}

G723Plugin::G723Plugin()
: Plugin("g723codec")
{
Output("Loaded module G.723.1 - based on Intel IPP");
const FormatInfo* f = FormatRepository::addFormat("g723",L_FRAME_COMPRESSED,L_FRAME*1000/8);
Expand Down
1 change: 1 addition & 0 deletions g729codec.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ unsigned long G729Codec::Consume(const DataBlock& data, unsigned long tStamp, un
}

G729Plugin::G729Plugin()
: Plugin("g729codec")
{
Output("Loaded module G.729a - based on Intel IPP");
const FormatInfo* f = FormatRepository::addFormat("g729",L_FRAME_COMPRESSED,L_FRAME*1000/8);
Expand Down

0 comments on commit 5bfecc5

Please sign in to comment.