Skip to content
Snippets Groups Projects
Commit 2a3074cc authored by Alexandre Janniaux's avatar Alexandre Janniaux Committed by Jean-Baptiste Kempf
Browse files

avcapture: signal missing protocol implemented

AVCaptureVideoDataOutputSampleBufferDelegate is implemented by
VLCAVDecompressedVideoOutput but wasn't signalled, leading to warnings
when compiling.
parent 3571e7ed
No related branches found
No related tags found
1 merge request!648avcapture: rework to modernize code and fix playback issues
......@@ -76,7 +76,8 @@ vlc_module_end ()
/*****************************************************************************
* AVFoundation Bridge
*****************************************************************************/
@interface VLCAVDecompressedVideoOutput : AVCaptureVideoDataOutput
@interface VLCAVDecompressedVideoOutput :
AVCaptureVideoDataOutput <AVCaptureVideoDataOutputSampleBufferDelegate>
{
demux_t *p_avcapture;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment