From: Jiyong Min Date: Thu, 9 Dec 2021 06:27:53 +0000 (+0900) Subject: increase 'probesize' to 50000 X-Git-Tag: accepted/tizen/unified/20211210.115151^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=53b4bc2c7bef5e3106734d237b5dd9b91c6381ae;p=platform%2Fcore%2Fmultimedia%2Flibmm-fileinfo.git increase 'probesize' to 50000 [Problem] - For '65265_VID_H264_HP_1280P_120fps_MP3_48kHz_2ch.mpg' and '65270_VID_H264_HP_1920P_120fps_MP3_48kHz_2ch.mpg', libmm-fileinfo can't get the stream information such as width, height. [Cause] - The reduced 'probesize' affects the number of packets. So a few packets are detected and they don't have stream information. [Solution] - We increase 'probesize' to 50000. It can get the stream information for these contents. Also it does not occur crash for the previous tested contents([8K]Frame-Counter Video8K_50FPS_10sec.mp4). Change-Id: I205f599d5e5e747b16cb4dedb3c66ee6ed182f58 --- diff --git a/mm_file_config.ini b/mm_file_config.ini index bd52884..5906563 100644 --- a/mm_file_config.ini +++ b/mm_file_config.ini @@ -7,4 +7,4 @@ [mm-file-config] junk_counter_limit=1000 max_analyze_duration=100000 -probesize=1000 +probesize=50000 diff --git a/packaging/libmm-fileinfo.spec b/packaging/libmm-fileinfo.spec index 7d20629..7f383da 100644 --- a/packaging/libmm-fileinfo.spec +++ b/packaging/libmm-fileinfo.spec @@ -1,6 +1,6 @@ Name: libmm-fileinfo Summary: Media Fileinfo -Version: 1.0.6 +Version: 1.0.7 Release: 0 Group: System/Libraries License: Apache-2.0