From e38d94926a4bb9fed086e02f1792c057f3b26684 Mon Sep 17 00:00:00 2001 From: Mateusz Front Date: Tue, 9 Jul 2024 10:32:59 +0200 Subject: [PATCH] add tcp plugin --- scripts/elixir/update_packages_list.exs | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/elixir/update_packages_list.exs b/scripts/elixir/update_packages_list.exs index 665c9b108..4baf4c527 100644 --- a/scripts/elixir/update_packages_list.exs +++ b/scripts/elixir/update_packages_list.exs @@ -32,6 +32,7 @@ packages = "membrane_http_adaptive_stream_plugin", "membrane_ice_plugin", "membrane_udp_plugin", + "membrane_tcp_plugin", "membrane_rtp_plugin", "membrane_rtp_h264_plugin", "membrane_rtp_vp8_plugin",