avfvideosrc: fix compilation with gcc
The synthesize block needs to be moved to fix a compiler error
This commit is contained in:
parent
94d77829a4
commit
606a50e550
@ -137,6 +137,9 @@ didOutputSampleBuffer:(CMSampleBufferRef)sampleBuffer
|
||||
|
||||
@implementation GstAVFVideoSrcImpl
|
||||
|
||||
@synthesize deviceIndex, doStats, fps, captureScreen,
|
||||
captureScreenCursor, captureScreenMouseClicks;
|
||||
|
||||
- (id)init
|
||||
{
|
||||
return [self initWithSrc:NULL];
|
||||
@ -179,9 +182,6 @@ didOutputSampleBuffer:(CMSampleBufferRef)sampleBuffer
|
||||
[super finalize];
|
||||
}
|
||||
|
||||
@synthesize deviceIndex, doStats, fps, captureScreen,
|
||||
captureScreenCursor, captureScreenMouseClicks;
|
||||
|
||||
- (BOOL)openDeviceInput
|
||||
{
|
||||
NSString *mediaType = AVMediaTypeVideo;
|
||||
|
Loading…
x
Reference in New Issue
Block a user