From: Matthieu Bouron Date: Fri, 20 Sep 2013 23:20:36 +0000 (+0100) Subject: avfvideosrc: fix truncated line X-Git-Tag: 1.19.3~507^2~13022 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=22eaf39c1a4961505058df5091b4f05ae8fbc79e;p=platform%2Fupstream%2Fgstreamer.git avfvideosrc: fix truncated line https://bugzilla.gnome.org/show_bug.cgi?id=710657 --- 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]; });