python-codecs: remove erroneous libav from gstreamer settings

This commit is contained in:
Koushik Dutta
2023-03-17 16:19:20 -07:00
parent 670739c82b
commit 7b5aa4ba2d
3 changed files with 3 additions and 4 deletions

View File

@@ -38,7 +38,6 @@ class GstreamerGenerator(scrypted_sdk.ScryptedDeviceBase, scrypted_sdk.VideoFram
'value': self.storage.getItem('h264Decoder') or 'Default',
'choices': [
'Default',
'libav',
'decodebin',
'vtdec_hw',
'nvh264dec',