WaE: use SAL_PRIdINT64
This commit is contained in:
parent
c12dc352b5
commit
0933b4e6d5
1 changed files with 1 additions and 1 deletions
|
@ -380,7 +380,7 @@ void SAL_CALL Player::setMediaTime( double fTime )
|
|||
if( !isPlaying() )
|
||||
gst_element_set_state( mpPlaybin, GST_STATE_PAUSED );
|
||||
|
||||
DBG( "seek to: %lld ns original: %lf s", gst_position, fTime );
|
||||
DBG( "seek to: %"SAL_PRIdINT64" ns original: %lf s", gst_position, fTime );
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue