Skip to content

Commit

Permalink
Bump mpegaudio_plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Noarkhh committed Dec 2, 2024
1 parent 86c7a5f commit edad46e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,7 @@ defmodule Membrane.RTP.Plugin.MixProject do

# Test
{:membrane_rtp_h264_plugin, "~> 0.20.1", only: :test},
# {:membrane_rtp_mpegaudio_plugin, "~> 0.14.0", only: :test},
{:membrane_rtp_mpegaudio_plugin,
github: "membraneframework/membrane_rtp_mpegaudio_plugin", only: :test},
{:membrane_rtp_mpegaudio_plugin, "~> 0.14.1", only: :test},
{:membrane_h264_ffmpeg_plugin, "~> 0.31.0", only: :test},
{:membrane_h26x_plugin, "~> 0.10.2", only: :test},
{:membrane_pcap_plugin,
Expand Down
2 changes: 1 addition & 1 deletion mix.lock
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"membrane_raw_video_format": {:hex, :membrane_raw_video_format, "0.3.0", "ba10f475e0814a6fe79602a74536b796047577c7ef5b0e33def27cd344229699", [:mix], [], "hexpm", "2f08760061c8a5386ecf04273480f10e48d25a1a40aa99476302b0bcd34ccb1c"},
"membrane_rtp_format": {:hex, :membrane_rtp_format, "0.9.0", "707967452ddc2439bdf9319e13c8aa0811388816ae42397b3731cc002667cc09", [:mix], [{:membrane_core, "~> 1.0", [hex: :membrane_core, repo: "hexpm", optional: false]}], "hexpm", "a0df6e184664f63a13777e82e21746dfb1b45c73005ae039bf030b8b5e63a52b"},
"membrane_rtp_h264_plugin": {:hex, :membrane_rtp_h264_plugin, "0.20.1", "8e9f235a26523775418b2448d53b2ab5d471bd8af5ba61230185df1ea710824a", [:mix], [{:bunch, "~> 1.5", [hex: :bunch, repo: "hexpm", optional: false]}, {:membrane_core, "~> 1.0", [hex: :membrane_core, repo: "hexpm", optional: false]}, {:membrane_h264_format, "~> 0.6.0", [hex: :membrane_h264_format, repo: "hexpm", optional: false]}, {:membrane_rtp_format, "~> 0.9.0", [hex: :membrane_rtp_format, repo: "hexpm", optional: false]}], "hexpm", "072bbc754bfcd8575d0319f7c896d3e3fdc0d9f9c602a1511d31af223d986f20"},
"membrane_rtp_mpegaudio_plugin": {:git, "https://github.com/membraneframework/membrane_rtp_mpegaudio_plugin.git", "c15e66ca86274cfba8fa1e0bf1846763f791ce3e", []},
"membrane_rtp_mpegaudio_plugin": {:hex, :membrane_rtp_mpegaudio_plugin, "0.14.1", "dff356c48a6fd9cfb9c44dc1707681a197502826169b36bc27439e637a4f2cd9", [:mix], [{:membrane_core, "~> 1.0", [hex: :membrane_core, repo: "hexpm", optional: false]}, {:membrane_mpegaudio_format, "~> 0.3.0", [hex: :membrane_mpegaudio_format, repo: "hexpm", optional: false]}, {:membrane_rtp_format, "~> 0.9.0", [hex: :membrane_rtp_format, repo: "hexpm", optional: false]}], "hexpm", "94d851cd1acac77d4bbb53f0509431726f3a127999b2aeb43ede7133951430f9"},
"membrane_telemetry_metrics": {:hex, :membrane_telemetry_metrics, "0.1.1", "57917e72012f9ebe124eab54f29ca74c9d9eb3ae2207f55c95618ee51280eb4f", [:mix], [{:telemetry, "~> 1.0", [hex: :telemetry, repo: "hexpm", optional: false]}, {:telemetry_metrics, "~> 0.6.1 or ~> 1.0", [hex: :telemetry_metrics, repo: "hexpm", optional: false]}], "hexpm", "69392966e6bd51937244758c2b3d835c5ff47d8953d25431a9d37059737afc11"},
"metrics": {:hex, :metrics, "1.0.1", "25f094dea2cda98213cecc3aeff09e940299d950904393b2a29d191c346a8486", [:rebar3], [], "hexpm", "69b09adddc4f74a40716ae54d140f93beb0fb8978d8636eaded0c31b6f099f16"},
"mime": {:hex, :mime, "2.0.6", "8f18486773d9b15f95f4f4f1e39b710045fa1de891fada4516559967276e4dc2", [:mix], [], "hexpm", "c9945363a6b26d747389aac3643f8e0e09d30499a138ad64fe8fd1d13d9b153e"},
Expand Down

0 comments on commit edad46e

Please sign in to comment.