Name: libmm-camcorder
Summary: Camera and recorder library
-Version: 0.10.233
+Version: 0.10.234
Release: 0
Group: Multimedia/Libraries
License: Apache-2.0
/**
* This function creates main pipeline of camcorder.
* Basically, main pipeline of camcorder is composed of several bin(a bundle
- * of elements). And if the appilcation wants to make pipeline working, the
+ * of elements). And if the application wants to make pipeline working, the
* application assemble bin that is proper to that task.
* When this function is called, bins that is needed for preview will be composed.
*
} while (0)
#define _MMCAMCORDER_STATE_SET_COUNT 3 /* checking interval */
-#define _MMCAMCORDER_STATE_CHECK_TOTALTIME 5000000L /* total wating time for state change */
+#define _MMCAMCORDER_STATE_CHECK_TOTALTIME 5000000L /* total waiting time for state change */
#define _MMCAMCORDER_STATE_CHECK_INTERVAL (50*1000) /* checking interval - 50ms*/
/**
#define MM_CAMCORDER_ISO_NUM 10 /**< Number of ISO */
#define MM_CAMCORDER_AUTO_EXPOSURE_NUM 9 /**< Number of Auto exposure type */
#define MM_CAMCORDER_WDR_NUM 3 /**< Number of wide dynamic range */
-#define MM_CAMCORDER_FLIP_NUM 4 /**< Number of Filp mode */
+#define MM_CAMCORDER_FLIP_NUM 4 /**< Number of Flip mode */
#define MM_CAMCORDER_ROTATION_NUM 4 /**< Number of Rotation mode */
#define MM_CAMCORDER_AHS_NUM 4 /**< Number of anti-handshake */
#define MM_CAMCORDER_VIDEO_STABILIZATION_NUM 2 /**< Number of video stabilization */
"tag-enable",
MM_ATTRS_TYPE_INT,
MM_ATTRS_FLAG_RW,
- {(void*)0},
+ {(void*)FALSE},
MM_ATTRS_VALID_TYPE_INT_RANGE,
- {.int_min = 0},
- {.int_max = 1},
+ {.int_min = FALSE},
+ {.int_max = TRUE},
_mmcamcorder_commit_tag,
},
{
MM_ATTRS_FLAG_RW,
{(void*)FALSE},
MM_ATTRS_VALID_TYPE_INT_RANGE,
- {.int_min = 0},
- {.int_max = 1},
+ {.int_min = FALSE},
+ {.int_max = TRUE},
_mmcamcorder_commit_tag,
},
/* 90 */
MM_ATTRS_FLAG_RW,
{(void*)TRUE},
MM_ATTRS_VALID_TYPE_INT_RANGE,
- {.int_min = 0},
- {.int_max = 1},
+ {.int_min = FALSE},
+ {.int_max = TRUE},
_mmcamcorder_commit_capture_sound_enable,
},
{
MM_ATTRS_FLAG_RW,
{(void*)FALSE},
MM_ATTRS_VALID_TYPE_INT_RANGE,
- {.int_min = 0},
- {.int_max = 1},
+ {.int_min = FALSE},
+ {.int_max = TRUE},
_mmcamcorder_commit_audio_replay_gain,
},
{
MM_ATTRS_FLAG_RW,
{(void*)FALSE},
MM_ATTRS_VALID_TYPE_INT_RANGE,
- {.int_min = 0},
- {.int_max = 1},
+ {.int_min = FALSE},
+ {.int_max = TRUE},
_mmcamcorder_commit_extra_preview,
},
{