avfvideosrc: fix truncated line

https://bugzilla.gnome.org/show_bug.cgi?id=710657
This commit is contained in:
Matthieu Bouron 2013-09-21 00:20:36 +01:00 committed by Olivier Crête
parent e5385db3c9
commit 22eaf39c1a

View file

@ -361,7 +361,7 @@ didOutputSampleBuffer:(CMSampleBufferRef)sampleBuffer
GST_FOURCC_ARGS (gst_video_format_to_fourc(format)));
output.videoSettings = [NSDictionary dictionaryWithObject:[NSNumber numberWithInt:newformat] forKey:(NSString*)kCVPixelBu
output.videoSettings = [NSDictionary dictionaryWithObject:[NSNumber numberWithInt:newformat] forKey:(NSString*)kCVPixelBufferPixelFormatTypeKey];
[session startRunning];
});