| Index: talk/session/media/bundlefilter.h
|
| diff --git a/talk/session/media/bundlefilter.h b/talk/session/media/bundlefilter.h
|
| index a4980412f0fcedba225b92dbfc840869a5b1fa92..3717376668f33d7bf838f84e8835d98cd6453e9c 100755
|
| --- a/talk/session/media/bundlefilter.h
|
| +++ b/talk/session/media/bundlefilter.h
|
| @@ -60,12 +60,12 @@ class BundleFilter {
|
| bool AddStream(const StreamParams& stream);
|
|
|
| // Removes source from the filter.
|
| - bool RemoveStream(uint32 ssrc);
|
| + bool RemoveStream(uint32_t ssrc);
|
|
|
| // Utility methods added for unitest.
|
| // True if |streams_| is not empty.
|
| bool HasStreams() const;
|
| - bool FindStream(uint32 ssrc) const;
|
| + bool FindStream(uint32_t ssrc) const;
|
| bool FindPayloadType(int pl_type) const;
|
| void ClearAllPayloadTypes();
|
|
|
|
|