Fix test broken with r5128.
TBR=pbos@webrtc.org BUG=2530 Review URL: https://webrtc-codereview.appspot.com/3979004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5129 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
b082ade3db
commit
28bf50f0ec
@ -65,6 +65,7 @@ class RtpRtcpObserver {
|
|||||||
explicit RtpRtcpObserver(unsigned int event_timeout_ms)
|
explicit RtpRtcpObserver(unsigned int event_timeout_ms)
|
||||||
: lock_(CriticalSectionWrapper::CreateCriticalSection()),
|
: lock_(CriticalSectionWrapper::CreateCriticalSection()),
|
||||||
observation_complete_(EventWrapper::Create()),
|
observation_complete_(EventWrapper::Create()),
|
||||||
|
parser_(RtpHeaderParser::Create()),
|
||||||
send_transport_(lock_.get(),
|
send_transport_(lock_.get(),
|
||||||
this,
|
this,
|
||||||
&RtpRtcpObserver::OnSendRtp,
|
&RtpRtcpObserver::OnSendRtp,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user