-
Notifications
You must be signed in to change notification settings - Fork 18
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
Video not displaying in iOS 15 #15
Comments
Saw your commit about iOS15 : sounds weird to have to adjust the width, any thought on why it is required ? |
Yeah it's very puzzling! I changed the method to pass a CGImageRef reference so that I can convert it to a UIImage and I was able to see the image, but it looks like It could be a size/pixel issue rendering an image into a smaller rect. Sadly I don't know enough about the details of drawing an image to the context. Converting to a UIImage and displaying that might work but I'm guessing that |
The issue has been reported to Apple: waiting for their feedback |
@ogoguel do you have feedback from Apple? |
Can you share the hack @ogoguel ? |
sure:
3110db0
Le dim. 28 nov. 2021 à 08:51, utilsites ***@***.***> a écrit :
… Can you share the hack @ogoguel <https://github.com/ogoguel> ?
Thanks
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#15 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAFEZB7Q6UOWKLYSAX4ZSR3UOHNOPANCNFSM5EN4AS4A>
.
--
ıllıllı ɹǝ!ʌ!ןo ıllıllı
|
I downloaded the iOS 15.3 but when i try to install it they tell me it cant be installed |
@Amkwesi I did not try yet the 15.3 beta.... any relevant messages/logs? |
I just updated and built ActiveGS in Xcode 13/iOS 15. Sound works and emulation is occurring but the video is not displayed.
I tried to debug the portion where the image view is updated, but it's coming up with a blank image so I'm not sure if the video data is being written to.
The text was updated successfully, but these errors were encountered: