Reduce length of thread name 20/298320/1
authorJeongmo Yang <jm80.yang@samsung.com>
Wed, 6 Sep 2023 01:42:10 +0000 (10:42 +0900)
committerJeongmo Yang <jm80.yang@samsung.com>
Wed, 6 Sep 2023 01:42:10 +0000 (10:42 +0900)
commit523299fa92faaa7eb14550531aab2c228eea2df2
treedb387c63d283686da3531c4bb610860cf10e8794
parent366195264a7ecf3db8c9d080257668134839f029
Reduce length of thread name

- According to glib manual, some systems restrict the length of thread name to 16 bytes.
  Previously, the thread name for recorder API was not shown properly(checked by "ps -eTl"),
  and it has been fixed by reducing length of thread name.

[Version] 0.3.40
[Issue Type] Update

Change-Id: I47a1207fc55f0ab8be742322d94d45ad7d05534b
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
packaging/capi-media-recorder.spec
src/recorder.c