- Printf arg count mismatch
- Invalid type in argument to printf format specifier
- Missing argument to printf format specifier
[Version] 0.1.63
[Issue Type] Coverity
Change-Id: Ie400e25f6cd0562c4000780a952e8a72101208be
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
Name: capi-media-tool
Summary: A Core API media tool library in Tizen Native API
-Version: 0.1.62
+Version: 0.1.63
Release: 0
Group: Multimedia/API
License: Apache-2.0
handle->sink_count--;
- LOGI("[%p] sink removed[id:%d,count:%u]", sink_id, handle->sink_count);
+ LOGI("[%p] sink removed[id:%d,count:%u]", handle, sink_id, handle->sink_count);
_REMOVE_SINK_OUT:
g_mutex_unlock(&handle->lock);
if (type)
*type = fmt_handle->detail.text.type;
- LOGI("format[%p] mimetype[0x%x] text type[%d]", fmt, mimetype ? *mimetype : NULL, type ? *type : NULL);
+ LOGI("format[%p] mimetype[0x%x:%p] text type[%d:%p]", fmt,
+ fmt_handle->mimetype, mimetype,
+ fmt_handle->detail.text.type, type);
return MEDIA_FORMAT_ERROR_NONE;
}