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

Rewrite ISOM muxer on TimestampQueue #111

Merged
merged 8 commits into from
Apr 26, 2024
Merged

Conversation

FelonEkonom
Copy link
Member

No description provided.

@@ -28,7 +28,7 @@ defmodule Membrane.MP4.Muxer.ISOM.IntegrationTest do
defp prepare_test(filename) do
out_path = out_path_for(filename)
File.rm(out_path)
on_exit(fn -> File.rm(out_path) end)
# on_exit(fn -> File.rm(out_path) end)
Copy link
Member

Choose a reason for hiding this comment

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

Leftover. In fact, there seem to be no meaningful changes in this file

Copy link
Member

Choose a reason for hiding this comment

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

Shouldn't we be passing events via queue too?

@FelonEkonom FelonEkonom requested a review from mat-hek April 25, 2024 10:36
@FelonEkonom FelonEkonom merged commit b464738 into master Apr 26, 2024
3 checks passed
@FelonEkonom FelonEkonom deleted the rewrite-isom-on-auto-queue branch April 26, 2024 10:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants