Synchronize gifv playback between inline attachment/expand animation/gallery #273
Labels
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: shadowfacts/Tusker#273
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
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.