mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 12:32:29 +00:00
avfvideosrc: don't explicitly empty the buffer queue
We're holding the only reference to it so there's no need to explicitly empty it right before letting go of our reference.
This commit is contained in:
parent
89e5b60130
commit
8b22f855ec
1 changed files with 0 additions and 1 deletions
|
@ -337,7 +337,6 @@ didOutputSampleBuffer:(CMSampleBufferRef)sampleBuffer
|
|||
|
||||
[bufQueueLock release];
|
||||
bufQueueLock = nil;
|
||||
[bufQueue removeAllObjects];
|
||||
[bufQueue release];
|
||||
bufQueue = nil;
|
||||
|
||||
|
|
Loading…
Reference in a new issue