Skip to content

Commit

Permalink
Update TiMediaVideoPlayerProxy.m (#13859)
Browse files Browse the repository at this point in the history
This will fix the orientation of the thumbnail
  • Loading branch information
alexlarocca committed Jun 20, 2023
1 parent 39e971f commit 70e0393
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions iphone/Classes/TiMediaVideoPlayerProxy.m
Expand Up @@ -413,6 +413,8 @@ - (void)requestThumbnailImagesAtTimes:(id)args
imageGenerator.requestedTimeToleranceAfter = kCMTimeZero;
}

imageGenerator.appliesPreferredTrackTransform = YES;

[imageGenerator cancelAllCGImageGeneration];

RELEASE_TO_NIL(thumbnailCallback);
Expand Down

0 comments on commit 70e0393

Please sign in to comment.