问题描述
它正常工作的大部分设备除了nexus5,Moto G的根据我的测试。在这些设备上的应用程序只有两个frames.and还收到以下错误日志生产视频
It works fine on most of the devices except nexus5, moto G as per my testing. on these devices app producing video with only two frames.and also getting the following error log
[OMX.qcom.video.en coder.avc] storeMetaDataInBuffers(输出)失败W / ERR -2147483648
[OMX.qcom.video.encoder.avc] storeMetaDataInBuffers (output) failed w/ err -2147483648
能否请你帮我解决这个问题。
Could you please help me out to fix this issue.
推荐答案
bigflake.com/media$c$cc/#q12
from http://bigflake.com/mediacodec/#q12
Q12。为什么我看到storeMetaDataInBuffers失败的日志中?
A12。它们看起来像这样(例如,从Nexus 5的):
Q12. Why am I seeing storeMetaDataInBuffers failures in the log?A12. They look like this (example from a Nexus 5):
E OMXNodeInstance: OMX_SetParameter() failed for StoreMetaDataInBuffers: 0x8000101a
E ACodec : [OMX.qcom.video.encoder.avc] storeMetaDataInBuffers (output) failed w/ err -2147483648
您可以忽略他们,他们是无害的。
这篇关于媒体codeC 4.1发行的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!