From 22eaf39c1a4961505058df5091b4f05ae8fbc79e Mon Sep 17 00:00:00 2001 From: Matthieu Bouron Date: Sat, 21 Sep 2013 00:20:36 +0100 Subject: [PATCH] avfvideosrc: fix truncated line https://bugzilla.gnome.org/show_bug.cgi?id=710657 --- sys/applemedia/avfvideosrc.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/applemedia/avfvideosrc.m b/sys/applemedia/avfvideosrc.m index d2db4a883f..fffa44c69a 100644 --- a/sys/applemedia/avfvideosrc.m +++ b/sys/applemedia/avfvideosrc.m @@ -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]; });