-
Notifications
You must be signed in to change notification settings - Fork 659
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
[coil-video] Support MediaDataSource implementations #1795
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.
Left a few comments; looks great overall. Thanks for implementing this!
coil-video/src/androidTest/java/coil/decode/MediaDataSourceOkIoSourceTest.kt
Outdated
Show resolved
Hide resolved
coil-video/src/androidTest/java/coil/decode/MediaDataSourceOkIoSourceTest.kt
Outdated
Show resolved
Hide resolved
You'll also need to run |
I think I adjusted every recommendation from your feedback. Sorry for the delay, was very busy the last days. So there are just two questions left. Looking forward to your next input. |
Added a few minor comments, but otherwise LGTM. I'm probably going to hold off merging this until #1764 is resolved so we can ship a |
Alright, let me know if there is anything else I can do. |
Actually it looks more likely that the next version will be |
* main: Guard against Painters that return a Size with one unbounded dimension. (#1826) Fix test.sh. Update Kotlin to 1.9.0 and androidx.core to 1.10.1. (#1827) Bump com.android.tools.build:gradle from 8.0.2 to 8.1.0 (#1825) Bump coroutines from 1.7.2 to 1.7.3 (#1824) [coil-video] Support MediaDataSource implementations (#1795)
Closes #1790
So this is my take on your recommended implementation. There are
TODO
s were I'm looking for some feedback from you.Thanks again.