From 4ca402a470a3867a9f3367c015a6a84d619dcc3d Mon Sep 17 00:00:00 2001 From: Thiago Santos Date: Wed, 23 Mar 2011 17:46:56 -0300 Subject: [PATCH] camerabin2: Update porting file Update porting file with mention that stop-capture is now async. --- gst/camerabin2/PORTING | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gst/camerabin2/PORTING b/gst/camerabin2/PORTING index c9b6dd8256..ebd11669a4 100644 --- a/gst/camerabin2/PORTING +++ b/gst/camerabin2/PORTING @@ -12,6 +12,8 @@ capture. * Capture signals The signals were renamed from capture-start/stop to start/stop-capture as this is the usual naming on actions. +Additionally, stop-capture is now async, the user should check 'idle' property +to be sure that it can shut camerabin2. * image-done In camerabin, image-done is a signal, in camerabin2, it is a bus message @@ -20,3 +22,4 @@ In camerabin, image-done is a signal, in camerabin2, it is a bus message 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. +