From: Guillaume Pellerin Date: Thu, 19 Sep 2024 14:07:05 +0000 (+0200) Subject: cleanup X-Git-Tag: 4.1.0~48^2~31 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=9ef683b770821621252b2089368493cb7980ddb3;p=telecaster-server.git cleanup --- diff --git a/bin/streaming/telecaster.py b/bin/streaming/telecaster.py index 7df889f..c89107c 100755 --- a/bin/streaming/telecaster.py +++ b/bin/streaming/telecaster.py @@ -50,16 +50,6 @@ V4L2_LOGITECH_PARAMS = { } -class TeleCasterGStream(Thread): - - def __init__(self, pipeline): - Thread.__init__(self) - self.pipeline = pipeline - - def run(self): - os.system('gst-launch-1.0 ' + self.pipeline + ' & ') - - class TeleCasterGStream(Thread): def __init__(self, pipeline):