intel / gstreamer-media-SDK

GNU Lesser General Public License v2.1
90 stars 53 forks source link

H264dec: Fixed segmentation fault issue. #95

Closed SiewHoon closed 6 years ago

SiewHoon commented 6 years ago

This issue is introduced by commit id: 97f501206274a6709762350e7c701b12c17b0309

The rework for handle first SPS/PPS abit different from Gst-FW version 1.8.3 vs Gst-FW version 1.12.2. Now another workaround to handle it, the offset will be hit equal minfo.size thru for loop, it is valid.

Added in missing GST_ERROR message before goto error.

Signed-off-by: Lim Siew Hoon siew.hoon.lim@intel.com