Fixes .impl.neomedia.format.MediaFormatImpl to report known RTP payload type (numbers) which was upposed to be implemented in r6202 (the functionality was implemented but I mistakenly didn't call it).

cusax-fix
Lyubomir Marinov 17 years ago
parent 42f97ab2ec
commit 52dfa4bd9f

@ -307,8 +307,7 @@ public String getJMFEncoding()
*/
public int getRTPPayloadType()
{
// TODO Auto-generated method stub
return RTP_PAYLOAD_TYPE_UNKNOWN;
return MediaUtils.jmfEncodingToRtpPayloadType(getJMFEncoding());
}
/**

Loading…
Cancel
Save