Use value of hcamcorder->sound_focus_id instead of 0 when acquiring or releasing... 25/92725/1
authorSangchul Lee <sc11.lee@samsung.com>
Tue, 18 Oct 2016 08:16:26 +0000 (17:16 +0900)
committerSangchul Lee <sc11.lee@samsung.com>
Tue, 18 Oct 2016 08:31:57 +0000 (17:31 +0900)
commit046a3417d96bacfd5babfb57cb42b291e6cb3c64
treeb4f6f297fec02245d7ec2678065c47331dfd3561
parent11ef708109a73bd5fdabf7ec716a9f1ed29e6d70
Use value of hcamcorder->sound_focus_id instead of 0 when acquiring or releasing a focus for session backward compatibility

Previously, value 0 is used for the first parameter(id) of mm_sound_acquire_focus()/mm_sound_release_focus().
As a result, it caused misbehavior of session backward compatibility. Now it is fixed corretly.

[Version] 0.10.82
[Profile] Common
[Issue Type] Bug fix
[Dependency module] N/A
[Dependency commit] N/A
[Test] [M(T) - Boot=(OK), sdb=(OK), Home=(OK), Touch=(OK), Version=tizen-mobile_20161016.2]

Change-Id: I0db7fdeb122764f377a835c505f776568d01b557
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
packaging/libmm-camcorder.spec
src/mm_camcorder_internal.c