[vlc-commits] [Git][videolan/vlc][master] vout: apple: set pip controller to NULL when module is closed

Felix Paul Kühne (@fkuehne) gitlab at videolan.org
Fri Jan 3 17:47:56 UTC 2025



Felix Paul Kühne pushed to branch master at VideoLAN / VLC


Commits:
581e31de by Maxime Chapelet at 2025-01-02T18:44:30+01:00
vout: apple: set pip controller to NULL when module is closed

- - - - -


1 changed file:

- modules/video_output/apple/VLCSampleBufferDisplay.m


Changes:

=====================================
modules/video_output/apple/VLCSampleBufferDisplay.m
=====================================
@@ -763,6 +763,7 @@ shouldInheritContentsScale:(CGFloat)newScale
         [sys.spuView removeFromSuperview];
     });
     DeletePipController(_pipcontroller);
+    _pipcontroller = NULL;
 }
 
 #pragma mark - VLCDisplayPictureInPictureControlling



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/581e31de2e7745001906a1d22abaefe6aa63edcd

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/581e31de2e7745001906a1d22abaefe6aa63edcd
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the vlc-commits mailing list