Skip to content

Commit

Permalink
update packages list
Browse files Browse the repository at this point in the history
  • Loading branch information
mat-hek committed Apr 23, 2024
1 parent 03ff9fa commit 34b954b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/update-packages-list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down
7 changes: 6 additions & 1 deletion scripts/elixir/update_packages_list.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
Expand All @@ -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",
Expand Down Expand Up @@ -118,6 +122,7 @@ packages =
"bunch",
"bunch_native",
"shmex",
"membrane_timestamp_queue",
"membrane_common_c",
"membrane_telemetry_metrics",
"membrane_opentelemetry",
Expand Down

0 comments on commit 34b954b

Please sign in to comment.