14 #include "jinglertp.h"
27 if( m_attribs.empty() )
30 Tag* t =
new Tag(
"payload-type" );
31 StringMap::const_iterator it = m_attribs.begin();
32 for( ; it != m_attribs.end(); ++it )
35 it = m_parameters.begin();
36 for( ; it != m_parameters.end(); ++it )
38 Tag* p =
new Tag( t,
"parameter" );
58 static const std::string filter =
"description[@xmlns='" +
XMLNS_JINGLE_RTP +
"']";