[Version] : 0.2.29
[Issue type] : Bug fix
When Socket encodig is set to NULL, UTF-8 is applied by default.
Change-Id: If1612eb17b3310de5f20ca134af81d1d77574d3b
Signed-off-by: Hyunsoo Park <hance.park@samsung.com>
Name: capi-media-screen-mirroring
Summary: A screen mirroring library in Tizen C API
-Version: 0.2.28
+Version: 0.2.29
Release: 1
Group: Multimedia/API
License: Apache-2.0
scmirroring_error("g_io_channel_unix_new failed: %s", buf);
}
+ g_io_channel_set_encoding(channel, NULL, NULL);
+ g_io_channel_set_buffered(channel, FALSE);
g_io_channel_set_flags(channel, G_IO_FLAG_NONBLOCK, NULL);
_scmirroring->sock = sock;