mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-05 15:49:54 +00:00
camerabin2: Updating PORTING file
This commit is contained in:
parent
56007404b6
commit
a36edbc1ab
1 changed files with 12 additions and 0 deletions
|
@ -8,6 +8,7 @@ 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.
|
||||
The property is now called 'location' instead of 'filename'
|
||||
|
||||
* Capture signals
|
||||
The signals were renamed from capture-start/stop to start/stop-capture as
|
||||
|
@ -23,3 +24,14 @@ 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.
|
||||
|
||||
* Previews
|
||||
new "post-previews" property for enabling/disabling preview image posting
|
||||
|
||||
* Configuring resolution and framerate
|
||||
Camerabin2 has new GstCaps type properties for configuring capture and
|
||||
viewfinder formats:
|
||||
video-capture-caps
|
||||
image-capture-caps
|
||||
audio-capture-caps
|
||||
viewfinder-caps
|
||||
|
||||
|
|
Loading…
Reference in a new issue