Bugfix - H.264 stream data probe issue 88/214088/1
authorHyuntae Kim <ht1211.kim@samsung.com>
Wed, 18 Sep 2019 02:23:38 +0000 (11:23 +0900)
committerHyuntae Kim <ht1211.kim@samsung.com>
Wed, 18 Sep 2019 02:24:26 +0000 (11:24 +0900)
commit3af0d65cae4a435597cec0137464ccb6569d13c6
tree0bb8896494f190cff8df373877b6ed1177f2218c
parentd87e2b311e862b5aaf3490e42efd3a6f67d839b4
Bugfix - H.264 stream data probe issue

1. before prepare, I-frame will comes to preview cb with h.264 stream. If drop, preview does not work as soon as possible
2. h.264 stream needs to use gst_buffer_get_all_memory for getting correct memory size
3. with gst_buffer_get_all_memory, buffer should be unref

Change-Id: I68b7f14d8a70306daa0e92d9924401bcbc886938
src/mm_camcorder_gstcommon.c