mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
camerabin2: change post-previews property default value as false
Generating and posting preview image always comes with a performance penalty so set default value as false. The preview-caps property that defines the preview image format is also NULL by default, so instead of generating preview image of unspecified format by default explicit action from application should be required for enabling preview image posting feature. Application also has to add custom code to be able to handle preview messages on its message handling function anyway.
This commit is contained in:
parent
3ab96a949d
commit
ad1ddaf53a
1 changed files with 1 additions and 1 deletions
|
@ -243,7 +243,7 @@ static guint camerabin_signals[LAST_SIGNAL];
|
|||
|
||||
#define DEFAULT_MODE MODE_IMAGE
|
||||
#define DEFAULT_LOCATION "cap_%d"
|
||||
#define DEFAULT_POST_PREVIEWS TRUE
|
||||
#define DEFAULT_POST_PREVIEWS FALSE
|
||||
#define DEFAULT_MUTE_AUDIO FALSE
|
||||
#define DEFAULT_IDLE TRUE
|
||||
#define DEFAULT_FLAGS 0
|
||||
|
|
Loading…
Reference in a new issue