diff --git a/debian/changelog b/debian/changelog index 8ac49f0..7ffd50f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Sun, 17 Apr 2011 01:48:09 +0400 + yate-g72x-ipp (1.0) UNRELEASED; urgency=low * Initial Release. diff --git a/g723codec.cpp b/g723codec.cpp index 3015f38..6c9c904 100644 --- a/g723codec.cpp +++ b/g723codec.cpp @@ -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); diff --git a/g729codec.cpp b/g729codec.cpp index 3c9e46a..289561b 100644 --- a/g729codec.cpp +++ b/g729codec.cpp @@ -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);