| Index: media/capture/video/win/sink_input_pin_win.cc
|
| diff --git a/media/capture/video/win/sink_input_pin_win.cc b/media/capture/video/win/sink_input_pin_win.cc
|
| index 91baf2a83b5213e254340c9b350ba72336ed7480..d0da74674d14d4e3d4a29396e7e3dfcf2af22eef 100644
|
| --- a/media/capture/video/win/sink_input_pin_win.cc
|
| +++ b/media/capture/video/win/sink_input_pin_win.cc
|
| @@ -188,7 +188,7 @@ bool SinkInputPin::GetValidMediaType(int index, AM_MEDIA_TYPE* media_type) {
|
|
|
| HRESULT SinkInputPin::Receive(IMediaSample* sample) {
|
| const int length = sample->GetActualDataLength();
|
| - uint8* buffer = NULL;
|
| + uint8_t* buffer = NULL;
|
|
|
| if (length <= 0) {
|
| DLOG(WARNING) << "Media sample length is 0 or less.";
|
|
|