Change stream buffer data pointer location. 10/212310/1 accepted/tizen_5.5_unified_mobile_hotfix tizen_5.5_mobile_hotfix accepted/tizen/5.5/unified/20191031.022041 accepted/tizen/5.5/unified/mobile/hotfix/20201027.084020 accepted/tizen/unified/20190821.111113 submit/tizen/20190821.040016 submit/tizen_5.5/20191031.000004 submit/tizen_5.5_mobile_hotfix/20201026.185103 tizen_5.5.m2_release
authorHyunsoo Park <hance.park@samsung.com>
Tue, 20 Aug 2019 07:36:08 +0000 (16:36 +0900)
committerHyunsoo Park <hance.park@samsung.com>
Tue, 20 Aug 2019 07:42:03 +0000 (16:42 +0900)
commit91785ae80b12885fe45ce36664bf8ee0ef51b36e
tree107cd4f5ed9fc5e33687324a1bd206d9d5444ffe
parentaec382cc3fb04883b0a5beb0a02a0e2932f7c63c
Change stream buffer data pointer location.

Data pointer of 'MediaPacket' is assigned to 'data[0]' member variable but 'gst_buffer_append_memory' api try to get pointer from 'handle.paddr[0]'.
So i change it to 'data[0]'.

Change-Id: Ice515241ffa0e03ff580744242b6417401dfd38f
Signed-off-by: Hyunsoo Park <hance.park@samsung.com>
packaging/libmm-streamrecorder.spec
src/mm_streamrecorder_internal.c