mirror of
https://github.com/zakk4223/CocoaSplit.git
synced 2026-05-15 22:00:34 -06:00
[PR #20] [MERGED] Use (__bridge type) casts to share CMSampleBuffers, memory management is... #86
Labels
No labels
enhancement
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/CocoaSplit#86
Loading…
Add table
Add a link
Reference in a new issue
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?
📋 Pull Request Information
Original PR: https://github.com/zakk4223/CocoaSplit/pull/20
Author: @McZonk
Created: 3/20/2014
Status: ✅ Merged
Merged: 4/15/2014
Merged by: @zakk4223
Base:
master← Head:master📝 Commits (9)
e5d8360Use (__bridge type) casts to share CMSampleBuffers, memory management is much cleaner and easier in this case.15b128bFixed minor memory leaking string01368c3Fixed crash when end streaming36e369eFixed memory leak in transferSpecadda674Fixed memory leak in CFNumberRef3ae8c0bUse literals for better readabilitybf3f9b0Use literals for encoderSpec5ef302eRemoved unused and leaking encoderListc89cb88Fixed memory leak📊 Changes
4 files changed (+27 additions, -67 deletions)
View changed files
📝
CocoaSplit/AppleVTCompressor.m(+17 -46)📝
CocoaSplit/CaptureController.m(+3 -6)📝
CocoaSplit/CapturedFrameData.m(+2 -9)📝
CocoaSplit/FFMpegTask.m(+5 -6)📄 Description
... much cleaner and easier in this case.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.