flake8: Fix compat with pep8 1.7.0

This commit is contained in:
Stein Magnus Jodal 2016-01-17 07:55:34 +01:00
parent 2a01760af3
commit 18b609fa6e

View File

@ -141,8 +141,9 @@ def _process(pipeline, timeout_ms):
have_audio = False
missing_message = None
types = (gst.MESSAGE_ELEMENT | gst.MESSAGE_APPLICATION | gst.MESSAGE_ERROR
| gst.MESSAGE_EOS | gst.MESSAGE_ASYNC_DONE | gst.MESSAGE_TAG)
types = (
gst.MESSAGE_ELEMENT | gst.MESSAGE_APPLICATION | gst.MESSAGE_ERROR |
gst.MESSAGE_EOS | gst.MESSAGE_ASYNC_DONE | gst.MESSAGE_TAG)
previous = clock.get_time()
while timeout > 0: