camerabin2: Updating PORTING file
This commit is contained in:
parent
56007404b6
commit
a36edbc1ab
@ -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
|
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
|
will be automatically replaced by a number and be autoincremented after each
|
||||||
capture.
|
capture.
|
||||||
|
The property is now called 'location' instead of 'filename'
|
||||||
|
|
||||||
* Capture signals
|
* Capture signals
|
||||||
The signals were renamed from capture-start/stop to start/stop-capture as
|
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
|
camerabin properties. In camerabin2, a GstEncodingProfile is passed as a
|
||||||
property and encodebin manages to instantiate the elements for the format.
|
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…
x
Reference in New Issue
Block a user