Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the plugin #19

Merged
merged 11 commits into from
Jul 5, 2024
Merged

Fix the plugin #19

merged 11 commits into from
Jul 5, 2024

Conversation

Noarkhh
Copy link
Contributor

@Noarkhh Noarkhh commented Jun 18, 2024

No description provided.

@Noarkhh Noarkhh marked this pull request as ready for review June 26, 2024 10:52
@Noarkhh Noarkhh requested a review from varsill June 26, 2024 10:53
mix.exs Outdated Show resolved Hide resolved
test/serializer_test.exs Outdated Show resolved Hide resolved
test/serializer_test.exs Show resolved Hide resolved
test/integration_test.exs Outdated Show resolved Hide resolved
lib/membrane_ivf/headers.ex Outdated Show resolved Hide resolved
lib/membrane_ivf/serializer.ex Outdated Show resolved Hide resolved
lib/membrane_ivf/serializer.ex Outdated Show resolved Hide resolved
@Noarkhh Noarkhh requested a review from varsill June 28, 2024 11:25
@@ -114,7 +112,7 @@ defmodule Membrane.IVF.SerializerTest do

@tag :tmp_dir
test "serialize real vp9 buffers", %{tmp_dir: tmp_dir} do
buffers = File.read!(Path.join(@fixtures_dir, "capture.dump")) |> :erlang.binary_to_term()
buffers = Path.join(@fixtures_dir, "capture.dump") |> File.read!() |> :erlang.binary_to_term()
Copy link
Contributor

@varsill varsill Jun 28, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I cannot comment on line 132 of that file, but there are yet another places where such a change with piping would be welcome ;)

@Noarkhh Noarkhh requested a review from varsill July 2, 2024 10:34
Copy link
Contributor

@varsill varsill left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🥇

@Noarkhh Noarkhh merged commit 31c200d into master Jul 5, 2024
3 checks passed
@Noarkhh Noarkhh deleted the fix-plugin branch July 5, 2024 07:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants