From 28bf50f0ec9345b2e30e1bc7878d870131d2b0ba Mon Sep 17 00:00:00 2001 From: "stefan@webrtc.org" Date: Mon, 18 Nov 2013 11:58:24 +0000 Subject: [PATCH] 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 --- webrtc/test/rtp_rtcp_observer.h | 1 + 1 file changed, 1 insertion(+) diff --git a/webrtc/test/rtp_rtcp_observer.h b/webrtc/test/rtp_rtcp_observer.h index 39b43c0e0e..90e7b98242 100644 --- a/webrtc/test/rtp_rtcp_observer.h +++ b/webrtc/test/rtp_rtcp_observer.h @@ -65,6 +65,7 @@ class RtpRtcpObserver { explicit RtpRtcpObserver(unsigned int event_timeout_ms) : lock_(CriticalSectionWrapper::CreateCriticalSection()), observation_complete_(EventWrapper::Create()), + parser_(RtpHeaderParser::Create()), send_transport_(lock_.get(), this, &RtpRtcpObserver::OnSendRtp,