audio: Fix minor typo in a debug log message
This commit is contained in:
parent
6c62252919
commit
bc347f1650
@ -409,7 +409,7 @@ class _Handler(object):
|
|||||||
# required helper installed?
|
# required helper installed?
|
||||||
|
|
||||||
def on_new_segment(self, update, rate, format_, start, stop, position):
|
def on_new_segment(self, update, rate, format_, start, stop, position):
|
||||||
gst_logger.debug('Got new-segment event: update=%s rate=%s format=%s'
|
gst_logger.debug('Got new-segment event: update=%s rate=%s format=%s '
|
||||||
'start=%s stop=%s position=%s', update, rate,
|
'start=%s stop=%s position=%s', update, rate,
|
||||||
format_.value_name, start, stop, position)
|
format_.value_name, start, stop, position)
|
||||||
position_ms = position // gst.MSECOND
|
position_ms = position // gst.MSECOND
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user