gstreamer; comments

This commit is contained in:
Koushik Dutta
2021-12-13 10:30:42 -08:00
parent 83fbe6b70b
commit 2d08c2fa44

View File

@@ -73,6 +73,8 @@ class GstPipeline:
# worker.join()
def on_bus_message(self, bus, message):
# seeing the following error on pi 32 bit
# OverflowError: Python int too large to convert to C long
t = str(message.type)
if t == str(Gst.MessageType.EOS):
safe_set_result(self.finished)