dshow: show device name when outputting buffer overflow log message

Signed-off-by: rogerdpack <rogerpack2005@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
rogerdpack 2014-03-27 13:44:20 -06:00 committed by Michael Niedermayer
parent 64b79141bd
commit 773eb74bab
3 changed files with 6 additions and 6 deletions

View file

@ -328,7 +328,7 @@ libAVMemInputPin_Receive(libAVMemInputPin *this, IMediaSample *sample)
priv_data = pin->filter->priv_data;
index = pin->filter->stream_index;
pin->filter->callback(priv_data, index, buf, buf_size, curtime);
pin->filter->callback(priv_data, index, buf, buf_size, curtime, devtype);
return S_OK;
}