camerabin2: Update porting file

Adds porting information about using encodebin on camerabin2
This commit is contained in:
Thiago Santos 2011-01-19 15:07:25 -03:00
parent bccae0f994
commit 4ec3189575

View file

@ -15,3 +15,8 @@ this is the usual naming on actions.
* image-done
In camerabin, image-done is a signal, in camerabin2, it is a bus message
* video recording encoder/muxer
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.