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

Relax pts integrity warning #60

Merged
merged 3 commits into from
Jul 25, 2024
Merged

Relax pts integrity warning #60

merged 3 commits into from
Jul 25, 2024

Conversation

bartkrak
Copy link
Contributor

Making pts integrity warnings less strict because while running livebook demos sometimes user gets a lot of unnecessary warnings

@bartkrak bartkrak requested a review from FelonEkonom June 26, 2024 11:34
@@ -280,7 +280,7 @@ defmodule Membrane.AAC.FDK.Encoder do
with [%Buffer{pts: first_pts}, %Buffer{pts: second_pts} | _tail]
when first_pts != nil and second_pts != nil <- packets do
duration = second_pts - first_pts
epsilon = duration / 10
epsilon = duration / 2
Copy link
Member

Choose a reason for hiding this comment

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

Check, if this change fixes problem of unnecessary warnings in your PR in membrane_kino_plugin. If so, it is ok.

Bump the version (patch).

@bartkrak bartkrak merged commit 550f582 into master Jul 25, 2024
3 checks passed
@bartkrak bartkrak deleted the relax_pts_warns branch July 25, 2024 19:58
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