mirror of https://github.com/OpenIPC/firmware.git
t31_omlet_lite_defconfig: Add missing components
We were getting errors with WebRTC pipeline. Have added DTLS now and that seems to get a pipeline running Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>pull/1428/head
parent
5b70c2bd6d
commit
1627f736ac
|
@ -157,6 +157,11 @@ BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_OPUS=y
|
|||
BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_WEBRTC=y
|
||||
BR2_PACKAGE_GST1_PLUGINS_UGLY=y
|
||||
BR2_PACKAGE_GST1_PLUGINS_UGLY_PLUGIN_X264=y
|
||||
BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_OPUS=y
|
||||
|
||||
BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_OPUS=y
|
||||
BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_AUTOCONVERT=y
|
||||
BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_DTLS=y
|
||||
|
||||
# Debugging
|
||||
BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_AUTODETECT=y
|
||||
|
|
Loading…
Reference in New Issue