简体   繁体   English

媒体编解码器4.1问题

[英]Media codec 4.1 Issue

It works fine on most of the devices except nexus5, moto G as per my testing. 根据我的测试,它在除nexus5,moto G之外的大多数设备上都能正常工作。 on these devices app producing video with only two frames.and also getting the following error log 在这些设备的应用程序上仅产生两帧视频,并获得以下错误日志

[OMX.qcom.video.encoder.avc] storeMetaDataInBuffers (output) failed w/ err -2147483648 [OMX.qcom.video.encoder.avc] storeMetaDataInBuffers(输出)失败,带有错误-2147483648

Could you please help me out to fix this issue. 您能帮我解决这个问题吗?

from http://bigflake.com/mediacodec/#q12 来自http://bigflake.com/mediacodec/#q12

Q12. Q12。 Why am I seeing storeMetaDataInBuffers failures in the log? 为什么在日志中看到storeMetaDataInBuffers失败? A12. A12。 They look like this (example from a Nexus 5): 它们看起来像这样(以Nexus 5为例):

E OMXNodeInstance: OMX_SetParameter() failed for StoreMetaDataInBuffers: 0x8000101a
E ACodec  : [OMX.qcom.video.encoder.avc] storeMetaDataInBuffers (output) failed w/ err -2147483648

You can ignore them, they're harmless. 您可以忽略它们,它们是无害的。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM