-
Notifications
You must be signed in to change notification settings - Fork 14
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No idea what's going on here, just unlocking the PR. Please wait for a review from someone who at least has an idea of how to configure the compositor.
@type track_no :: pos_integer() | ||
@type padding :: pos_integer() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why pos_integer
instead of non_neg_integer
, don't you iterate tracks from 0?
792fc5e
to
72bed29
Compare
# output_manifests = | ||
# Enum.filter(output_files, fn file -> | ||
# String.match?(file, ~r/\.m3u8$/) and file != @main_manifest | ||
# end) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If we don't use it shouldn't we remove it, or add some comments that this will be fixed in the future?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also tests don't pass
462734b
to
eee53a2
Compare
Codecov Report
@@ Coverage Diff @@
## master #256 +/- ##
==========================================
- Coverage 57.77% 57.73% -0.05%
==========================================
Files 38 40 +2
Lines 1788 1791 +3
==========================================
+ Hits 1033 1034 +1
- Misses 755 757 +2
Continue to review full report in Codecov by Sentry.
|
eee53a2
to
771b8a8
Compare
assert_receive({:playlist_playable, :audio, ^output_dir}, 50_000) | ||
assert_receive({:playlist_playable, :video, ^output_dir}, 50_000) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why 50 seconds?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
that's how much time it takes when circle Ci servers are the slowest
https://membraneframework.atlassian.net/browse/ML-274