Update sdk/ to not use implicit conversion from scoped_refptr<T> to T*.
Bug: webrtc:13464 Change-Id: I6944106ddc99c043825fad077bfcedc051c67d8f Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/259772 Reviewed-by: Magnus Jedvert <magjed@webrtc.org> Commit-Queue: Niels Moller <nisse@webrtc.org> Reviewed-by: Peter Hanspers <peterhanspers@webrtc.org> Cr-Commit-Position: refs/heads/main@{#36682}
This commit is contained in:
committed by
WebRTC LUCI CQ
parent
3ba35c3fe2
commit
03486fc197
@ -67,7 +67,7 @@ rtc::scoped_refptr<webrtc::PeerConnectionFactoryInterface> CreateTestPCF(
|
||||
RTC_LOG(LS_INFO) << "Media engine created: " << pcf_deps.media_engine.get();
|
||||
|
||||
auto factory = CreateModularPeerConnectionFactory(std::move(pcf_deps));
|
||||
RTC_LOG(LS_INFO) << "PeerConnectionFactory created: " << factory;
|
||||
RTC_LOG(LS_INFO) << "PeerConnectionFactory created: " << factory.get();
|
||||
RTC_CHECK(factory) << "Failed to create the peer connection factory; "
|
||||
"WebRTC/libjingle init likely failed on this device";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user