[Ekiga-devel-list] [Fwd: [Openh323-cvs] opal/src/h323 h323.cxx, 2.143, 2.144]
- From: Damien Sandras <dsandras seconix com>
- To: ekiga-devel-list gnome org
- Subject: [Ekiga-devel-list] [Fwd: [Openh323-cvs] opal/src/h323 h323.cxx, 2.143, 2.144]
- Date: Wed, 14 Mar 2007 23:50:09 +0100
Jan, Yannick, perhaps it fixes your problem...
-------- Message transf� --------
> De: Craig Southeren <csoutheren users sourceforge net>
> R�ndre �openh323-devel lists sourceforge net
> � openh323-cvs lists sourceforge net
> Sujet: [Openh323-cvs] opal/src/h323 h323.cxx,2.143,2.144
> Date: Wed, 14 Mar 2007 22:40:11 +0000
>
> Update of /cvsroot/openh323/opal/src/h323
> In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv11294
>
> Modified Files:
> h323.cxx
> Log Message:
> Fix H.323 problem with payload map and known payload types
>
> Index: h323.cxx
> ===================================================================
> RCS file: /cvsroot/openh323/opal/src/h323/h323.cxx,v
> retrieving revision 2.143
> retrieving revision 2.144
> diff -C2 -d -r2.143 -r2.144
> *** h323.cxx 13 Mar 2007 02:17:46 -0000 2.143
> --- h323.cxx 14 Mar 2007 22:40:09 -0000 2.144
> ***************
> *** 25,28 ****
> --- 25,31 ----
> *
> * $Log$
> + * Revision 2.144 2007/03/14 22:40:09 csoutheren
> + * Fix H.323 problem with payload map and known payload types
> + *
> * Revision 2.143 2007/03/13 02:17:46 csoutheren
> * Remove warnings/errors when compiling with various turned off
> ***************
> *** 2418,2422 ****
> RTP_DataFrame::PayloadTypes inpt = rtp->GetMediaStream()->GetMediaFormat().GetPayloadType();
> RTP_DataFrame::PayloadTypes outpt = rtp->GetDynamicRTPPayloadType();
> ! if (inpt != outpt)
> rtpPayloadMap.insert(RTP_DataFrame::PayloadMapType::value_type(inpt,outpt));
> }
> --- 2421,2425 ----
> RTP_DataFrame::PayloadTypes inpt = rtp->GetMediaStream()->GetMediaFormat().GetPayloadType();
> RTP_DataFrame::PayloadTypes outpt = rtp->GetDynamicRTPPayloadType();
> ! if ((inpt != outpt) && (outpt != RTP_DataFrame::IllegalPayloadType))
> rtpPayloadMap.insert(RTP_DataFrame::PayloadMapType::value_type(inpt,outpt));
> }
>
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys-and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> Openh323-cvs mailing list
> Openh323-cvs lists sourceforge net
> https://lists.sourceforge.net/lists/listinfo/openh323-cvs
--
_ Damien Sandras
(o-
//\ Ekiga Softphone : http://www.ekiga.org/
v_/_ NOVACOM : http://www.novacom.be/
FOSDEM : http://www.fosdem.org/
SIP Phone : sip:dsandras ekiga net
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]