Commit e710a62c authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

DirectSound: meaningfull error messages

parent 34812220
......@@ -287,7 +287,7 @@ static HRESULT Play( vlc_object_t *obj, aout_stream_sys_t *sys,
0, 0, DSBPLAY_LOOPING );
}
if( dsresult != DS_OK )
msg_Err( obj, "cannot start playing buffer" );
msg_Err( obj, "cannot start playing buffer: (hr=0x%0lx)", dsresult );
else
{
vlc_mutex_lock( &sys->lock );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment