Skip to content

Instantly share code, notes, and snippets.

@Sakura286
Created June 2, 2023 12:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Sakura286/015fae6792e160268db7ad8a697dd2df to your computer and use it in GitHub Desktop.
Save Sakura286/015fae6792e160268db7ad8a697dd2df to your computer and use it in GitHub Desktop.
$ gst-launch-1.0 filesrc location=/home/debian/Desktop/test.mp4 ! qtdemux ! h264parse ! omxh264dec ! videoconvert ! autovideosink
Setting pipeline to PAUSED ...
[DBGT] vc8kdec compiled without trace support (ENABLE_DBGT_TRACE switch not enabled)
Multi-core usage statistics:
OSAL ! OSAL_AllocatorInit DWLInit failed ../OSAL.c:190
OMX ! HantroHwDecOmx_video_constructor OSAL_AllocatorInit failed (err=80001001) decoder.c:4165
OMX ! HantroHwDecOmx_video_constructor init failure OMX_ErrorUndefined decoder.c:4451
OMX-Error during component construction
ERROR: from element /GstPipeline:pipeline0/GstOMXH264Dec-omxh264dec:omxh264dec-omxh264dec0: Could not initialize supporting library.
Additional debug info:
../gst-libs/gst/video/gstvideodecoder.c(2903): gst_video_decoder_change_state (): /GstPipeline:pipeline0/GstOMXH264Dec-omxh264dec:omxh264dec-omxh264dec0:
Failed to open decoder
ERROR: pipeline doesn't want to preroll.
Failed to set pipeline to PAUSED.
Setting pipeline to NULL ...
Freeing pipeline ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment