Skip to content

Commit 34b954b

Browse files
committed
update packages list
1 parent 03ff9fa commit 34b954b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/update-packages-list.yml

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
run: |
2121
echo "Run script"
2222
elixir scripts/elixir/update_packages_list.exs > output.txt 2> output.txt || ERROR=$? || true
23+
cat "output.txt"
2324
echo "Set status"
2425
STATUS=$(if [ -n "$ERROR" ]; then echo "[Failed]"; else echo "[Passed]"; fi)
2526
echo "Status: ${STATUS}"

scripts/elixir/update_packages_list.exs

+6-1
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,10 @@ packages =
5858
"membrane_wav_plugin",
5959
"membrane_g711_plugin",
6060
{:md, "#### Video codecs"},
61-
"membrane_h264_plugin",
61+
"membrane_h26x_plugin",
6262
"membrane_h264_ffmpeg_plugin",
63+
"membrane_abr_transcoder_plugin",
64+
"gBillal/membrane_h265_ffmpeg_plugin",
6365
"binarynoggin/elixir-turbojpeg",
6466
"kim-company/membrane_subtitle_mixer_plugin",
6567
{:md, "#### Raw audio & video"},
@@ -79,10 +81,12 @@ packages =
7981
"membrane_rpicam_plugin",
8082
"membrane_framerate_converter_plugin",
8183
"membrane_sdl_plugin",
84+
"membrane_overlay_plugin",
8285
"membrane_ffmpeg_swscale_plugin",
8386
"membrane_ffmpeg_video_filter_plugin",
8487
"kim-company/membrane_video_mixer_plugin",
8588
{:md, "#### External APIs"},
89+
"membrane_aws_plugin",
8690
"membrane_agora_plugin",
8791
"membrane_element_gcloud_speech_to_text",
8892
"membrane_element_ibm_speech_to_text",
@@ -118,6 +122,7 @@ packages =
118122
"bunch",
119123
"bunch_native",
120124
"shmex",
125+
"membrane_timestamp_queue",
121126
"membrane_common_c",
122127
"membrane_telemetry_metrics",
123128
"membrane_opentelemetry",

0 commit comments

Comments
 (0)