From a36edbc1abead0576ab44acb1cbc19c905cd5903 Mon Sep 17 00:00:00 2001 From: Lasse Laukkanen Date: Fri, 29 Apr 2011 08:54:56 -0300 Subject: [PATCH] camerabin2: Updating PORTING file --- gst/camerabin2/PORTING | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/gst/camerabin2/PORTING b/gst/camerabin2/PORTING index ebd11669a4..be99ffce5d 100644 --- a/gst/camerabin2/PORTING +++ b/gst/camerabin2/PORTING @@ -8,6 +8,7 @@ each capture. Camerabin2 allows the application to use a multifilesink-like approach, the application can set a file with a '%d' marker, this marker will be automatically replaced by a number and be autoincremented after each capture. +The property is now called 'location' instead of 'filename' * Capture signals The signals were renamed from capture-start/stop to start/stop-capture as @@ -23,3 +24,14 @@ In camerabin, video/audio encoder/muxer are selected by passing GstElements to camerabin properties. In camerabin2, a GstEncodingProfile is passed as a property and encodebin manages to instantiate the elements for the format. +* Previews +new "post-previews" property for enabling/disabling preview image posting + +* Configuring resolution and framerate +Camerabin2 has new GstCaps type properties for configuring capture and +viewfinder formats: + video-capture-caps + image-capture-caps + audio-capture-caps + viewfinder-caps +