Synchronize gifv playback between inline attachment/expand animation/gallery #273
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Should be doable with AVSynchronizedLayer, but that requires the AVPlayerItem to be shared
The inline attachment needs to own the player, and be able to hand out references to the player item for the animation view and gallery to use
Implemented in #450.