mirror of
https://github.com/koush/scrypted.git
synced 2026-05-26 06:30:29 +01:00
gstreamer; comments
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user