Hello,

Cantemir Mihu wrote:
in phmedia-audio.c, line 876

ph_printf("wrong audio payload: %s expecting %d\n", rtp->paytype, stream->ms.payload);

should be

ph_printf("wrong audio payload: %d expecting %d\n", rtp->paytype, stream->ms.payload);

If you have a svn checkout, could you please generate a patch using svn diff, then create a ticket for this issue and attach the patch?

If you don't have a Trac account yet, please tell me and i will create one for you.
Thank you very much for your help!

All the best,
--
Julien Gilli

_______________________________________________
Wengophone-devel mailing list
[email protected]
http://dev.openwengo.com/mailman/listinfo/wengophone-devel

Reply via email to