camerabin2: Update porting file

Update porting file with mention that stop-capture is now
async.
This commit is contained in:
Thiago Santos 2011-03-23 17:46:56 -03:00
parent 11c7d60dbb
commit 4ca402a470

View file

@ -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.