Changed a way to use mmap system call. 56/11856/1
authorSeokYeon Hwang <syeon.hwang@samsung.com>
Tue, 5 Nov 2013 07:41:35 +0000 (16:41 +0900)
committerSeokYeon Hwang <syeon.hwang@samsung.com>
Wed, 6 Nov 2013 08:29:07 +0000 (17:29 +0900)
commitbb14e52bbb242e0800d2e8a3f15b83318d5fbfdb
tree266fc877bf3fb2eaf948264c5f4e5d4d21cf078f
parenta2acfb140de8d0c3ee97e717259222d224f218be
Changed a way to use mmap system call.

It has to be called once per a process. When emulator does multi decoding or encoding task in a process,
a virtual memory from mmap has to be the same for each thread.

Fix the bug previous change.

Change-Id: I5d8af40cbc0b49db7905d8f56f019caf65f5f5b7
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
src/gstmarudevice.c