session: add some docs

This commit is contained in:
Wim Taymans 2013-07-25 23:38:08 +02:00
parent 2163355a47
commit 9eaef9d332

View file

@ -3185,6 +3185,14 @@ done:
return result;
}
/**
* rtp_session_request_early_rtcp:
* @sess: an #RTPSession
* @current_time: the current system time
* @max_delay: maximum delay
*
* Request transmission of early RTCP
*/
void
rtp_session_request_early_rtcp (RTPSession * sess, GstClockTime current_time,
GstClockTimeDiff max_delay)