Skip to content
Snippets Groups Projects
Commit ddef2776 authored by Matthieu Bouron's avatar Matthieu Bouron Committed by Olivier Crête
Browse files

avfvideosrc: fix truncated line

https://bugzilla.gnome.org/show_bug.cgi?id=710657
parent 30becccb
No related branches found
No related tags found
No related merge requests found
......@@ -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];
});
......
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