| Index: webrtc/api/peerconnectioninterface.h
|
| diff --git a/webrtc/api/peerconnectioninterface.h b/webrtc/api/peerconnectioninterface.h
|
| index 5f5a58b4319295312cf169a612855b897d73a9af..0abc4b4202d4559e42e413e78ef1453d92d74c12 100644
|
| --- a/webrtc/api/peerconnectioninterface.h
|
| +++ b/webrtc/api/peerconnectioninterface.h
|
| @@ -755,6 +755,7 @@ class PeerConnectionFactoryInterface : public rtc::RefCountInterface {
|
| virtual rtc::scoped_refptr<AudioSourceInterface> CreateAudioSource(
|
| const cricket::AudioOptions& options) = 0;
|
| // Deprecated - use version above.
|
| + // Can use CopyConstraintsIntoAudioOptions to bridge the gap.
|
| virtual rtc::scoped_refptr<AudioSourceInterface> CreateAudioSource(
|
| const MediaConstraintsInterface* constraints) = 0;
|
|
|
|
|