mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 08:17:01 +00:00
avfvideosrc: fix truncated line
https://bugzilla.gnome.org/show_bug.cgi?id=710657
This commit is contained in:
parent
e5385db3c9
commit
22eaf39c1a
1 changed files with 1 additions and 1 deletions
|
@ -361,7 +361,7 @@ didOutputSampleBuffer:(CMSampleBufferRef)sampleBuffer
|
||||||
GST_FOURCC_ARGS (gst_video_format_to_fourc(format)));
|
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];
|
[session startRunning];
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue