Missing codec factory method in opencore amrnb

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Werner,

Just checked in the fix into SVN for ticket #1443.
Thanks for the report and the fix.

BR,
nanang

On Sat, Jan 7, 2012 at 8:23 PM, Werner Dittmann
<Werner.Dittmann at t-online.de> wrote:
> Dear all,
>
> while playing with the latest pjsip code (SVN checkout, 2 days ago) I got
> error message when starting pjsua and simple_pjsua. Reason was a missing
> codec factory method for opencore amrnb
>
> The following diff patches this:
>
> diff --git a/pjmedia/src/pjmedia-codec/opencore_amrnb.c b/pjmedia/src/pjmedia-codec/opencore_amrnb.c
> index fdc68cd..cdfdda0 100644
> --- a/pjmedia/src/pjmedia-codec/opencore_amrnb.c
> +++ b/pjmedia/src/pjmedia-codec/opencore_amrnb.c
> @@ -123,7 +123,8 @@ static pjmedia_codec_factory_op amr_factory_op =
> ? ? &amr_default_attr,
> ? ? &amr_enum_codecs,
> ? ? &amr_alloc_codec,
> - ? ?&amr_dealloc_codec
> + ? ?&amr_dealloc_codec,
> + ? ?&pjmedia_codec_opencore_amrnb_deinit
> ?};
>
> Regards,
> Werner
>
> _______________________________________________
> Visit our blog: http://blog.pjsip.org
>
> pjsip mailing list
> pjsip at lists.pjsip.org
> http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org



[Index of Archives]     [Asterisk Users]     [Asterisk App Development]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [Linux API]
  Powered by Linux