-
Notifications
You must be signed in to change notification settings - Fork 739
Update media3 to 1.9.0 #2342
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
base: master
Are you sure you want to change the base?
Update media3 to 1.9.0 #2342
Conversation
fire-light42
left a comment
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.
This fails on the videos we tried to patch with our UpdatedMatroskaExtractor. See sample_three_seekheads.mkv and sample_recursive_seekhead.mkv.
Nice thanks for samples I was wondering how to test that as yeah wasn't sure. Will look. |
It is perhaps better to push our changes upstream and wait for 1.9.1. However the review team at android is really bad, and only exists to bikeshed. So it is a 50/50 if that is even viable. |
Missed some upstream fixes in rollback commits
Should be fixed, tested with those files now, some changes in rollback commits weren't applied (I assumed rollback was only rollback and not other random changes also so didn't check to apply those)
Seeing as how a PR already exists for it upstream and no progress on it perhaps we should still do this for now? As I really am not confident it will be merged by 1.9.1. |
|
@fire-light42 just to mention it since you approved this now, #2078 should be merged first, this also bumps minSdk just to make it pass but the other PR also does |
This also requires minSdk 23 (#2078) first.
It also applies all patches for
UpdatedDefaultExtractorsFactoryandUpdatedMatroskaExtractorfrom upstream, but converting from Java to Kotlin there is some potential I did it wrong so may need more reviewing or testing.