Skip to content

Instantly share code, notes, and snippets.

@lubosz
Created March 13, 2013 17:02
Show Gist options
  • Save lubosz/5154101 to your computer and use it in GitHub Desktop.
Save lubosz/5154101 to your computer and use it in GitHub Desktop.
error log when trying to decode h264 with gstreamer androidmedia plugin on android 4.2.2
03-13 18:00:28.561: E/OMXNodeInstance(14427): OMX_GetExtensionIndex failed
03-13 18:00:28.561: W/GStreamer+codecparsers_h264(14427): 0:00:02.828368000 0x782b2030 gsth264parser.c:1759:gst_h264_parser_parse_slice_hdr couldn't find associated picture parameter set with id: 0
03-13 18:00:28.566: E/SoftAVC(14427): Decoder failed: -2
03-13 18:00:28.566: E/ACodec(14427): [OMX.google.h264.decoder] ERROR(0x80001001)
03-13 18:00:28.566: W/GStreamer+codecparsers_h264(14427): 0:00:02.830107000 0x782b2030 gsth264parser.c:1759:gst_h264_parser_parse_slice_hdr couldn't find associated picture parameter set with id: 0
03-13 18:00:28.566: E/MediaCodec(14427): Codec reported an error. (omx error 0x80001001, internalError -2147483648)
03-13 18:00:28.566: E/GStreamer+amc(14427): 0:00:02.830538000 0x782b2030 gstamc.c:623:gst_amc_codec_dequeue_input_buffer Failed to call Java method
03-13 18:00:28.566: E/GStreamer+amcvideodec(14427): 0:00:02.830620000 0x782b2030 gstamcvideodec.c:1443:gst_amc_video_dec_handle_frame:<amcvideodec-omxgoogleh264decoder0> Failed to dequeue input buffer
03-13 18:00:28.566: W/GStreamer+amcvideodec(14427): 0:00:02.830880000 0x782b2030 gstamcvideodec.c:1534:gst_amc_video_dec_handle_frame:<amcvideodec-omxgoogleh264decoder0> error: Failed to dequeue input buffer
03-13 18:00:28.566: D/GStreamer+tutorial-4(14427): 0:00:02.831879000 0x73038660 jni/tutorial-4.c:130:set_ui_message Setting message to: Error received from element amcvideodec-omxgoogleh264decoder0: GStreamer encountered a general supporting library error.
03-13 18:00:28.581: E/GStreamer+amc(14427): 0:00:02.843580000 0x73038660 gstamc.c:408:gst_amc_codec_flush Failed to call Java method
03-13 18:00:28.581: E/GStreamer+amc(14427): 0:00:02.843986000 0x784ff720 gstamc.c:701:gst_amc_codec_dequeue_output_buffer Failed to call Java method
03-13 18:00:28.581: E/GStreamer+amc(14427): 0:00:02.844343000 0x73038660 gstamc.c:408:gst_amc_codec_flush Failed to call Java method
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment