From b81677032c8b5238b559de956e6b21f069bf0254 Mon Sep 17 00:00:00 2001 From: Thiago Santos Date: Tue, 14 Dec 2010 08:44:36 -0300 Subject: [PATCH] camerabin2: adds PORTING document Adds a PORTING document to explain the differences from camerabin to camerabin2 and help application developers on porting from one to another. --- gst/camerabin2/PORTING | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 gst/camerabin2/PORTING diff --git a/gst/camerabin2/PORTING b/gst/camerabin2/PORTING new file mode 100644 index 0000000000..fe090b5c1e --- /dev/null +++ b/gst/camerabin2/PORTING @@ -0,0 +1,14 @@ +This document lists the differenced between camerabin and camerabin2 from +the API point of view and should be used to help on porting applications +from camerabin to camerabin2. + +* Setting the location for the captures: +camerabin requires that the path of the file to save the captures is set before +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. + +* Capture signals +The signals were renamed from capture-start/stop to start/stop-capture as +this is the usual naming on actions.