mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
camerabin2: Update porting file
Adds porting information about using encodebin on camerabin2
This commit is contained in:
parent
bccae0f994
commit
4ec3189575
1 changed files with 5 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue