Fix a flake8 error
This commit is contained in:
parent
606e87b1bb
commit
49b84f4a61
@ -141,8 +141,9 @@ def _process(pipeline, timeout_ms):
|
|||||||
have_audio = False
|
have_audio = False
|
||||||
missing_message = None
|
missing_message = None
|
||||||
|
|
||||||
types = (gst.MESSAGE_ELEMENT | gst.MESSAGE_APPLICATION | gst.MESSAGE_ERROR
|
types = (gst.MESSAGE_ELEMENT | gst.MESSAGE_APPLICATION |
|
||||||
| gst.MESSAGE_EOS | gst.MESSAGE_ASYNC_DONE | gst.MESSAGE_TAG)
|
gst.MESSAGE_ERROR | gst.MESSAGE_EOS | gst.MESSAGE_ASYNC_DONE |
|
||||||
|
gst.MESSAGE_TAG)
|
||||||
|
|
||||||
previous = clock.get_time()
|
previous = clock.get_time()
|
||||||
while timeout > 0:
|
while timeout > 0:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user