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:
parent
64b79141bd
commit
773eb74bab
3 changed files with 6 additions and 6 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue