From 34b954bb7af4cc17ef93be5f5b7ab63fbb877a77 Mon Sep 17 00:00:00 2001 From: Mateusz Front Date: Tue, 23 Apr 2024 17:03:45 +0200 Subject: [PATCH] update packages list --- .github/workflows/update-packages-list.yml | 1 + scripts/elixir/update_packages_list.exs | 7 ++++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update-packages-list.yml b/.github/workflows/update-packages-list.yml index 4db16f285..cafef7863 100644 --- a/.github/workflows/update-packages-list.yml +++ b/.github/workflows/update-packages-list.yml @@ -20,6 +20,7 @@ jobs: run: | echo "Run script" elixir scripts/elixir/update_packages_list.exs > output.txt 2> output.txt || ERROR=$? || true + cat "output.txt" echo "Set status" STATUS=$(if [ -n "$ERROR" ]; then echo "[Failed]"; else echo "[Passed]"; fi) echo "Status: ${STATUS}" diff --git a/scripts/elixir/update_packages_list.exs b/scripts/elixir/update_packages_list.exs index 192175426..f607a9410 100644 --- a/scripts/elixir/update_packages_list.exs +++ b/scripts/elixir/update_packages_list.exs @@ -58,8 +58,10 @@ packages = "membrane_wav_plugin", "membrane_g711_plugin", {:md, "#### Video codecs"}, - "membrane_h264_plugin", + "membrane_h26x_plugin", "membrane_h264_ffmpeg_plugin", + "membrane_abr_transcoder_plugin", + "gBillal/membrane_h265_ffmpeg_plugin", "binarynoggin/elixir-turbojpeg", "kim-company/membrane_subtitle_mixer_plugin", {:md, "#### Raw audio & video"}, @@ -79,10 +81,12 @@ packages = "membrane_rpicam_plugin", "membrane_framerate_converter_plugin", "membrane_sdl_plugin", + "membrane_overlay_plugin", "membrane_ffmpeg_swscale_plugin", "membrane_ffmpeg_video_filter_plugin", "kim-company/membrane_video_mixer_plugin", {:md, "#### External APIs"}, + "membrane_aws_plugin", "membrane_agora_plugin", "membrane_element_gcloud_speech_to_text", "membrane_element_ibm_speech_to_text", @@ -118,6 +122,7 @@ packages = "bunch", "bunch_native", "shmex", + "membrane_timestamp_queue", "membrane_common_c", "membrane_telemetry_metrics", "membrane_opentelemetry",