Hello I try to use gstreamer 1.0 with the IMX6, but I have some problems with the element aiurdemux.
The following pipeline works well :
gst-launch-1.0 filesrc location=/media/mmcblk1p1/FILE1_oeilHD1280x720.AVI ! avidemux ! vpudec ! imxv4l2sink
but this one failed :
gst-launch-1.0 filesrc location=/media/mmcblk1p1/FILE1_oeilHD1280x720.AVI typefind=true ! aiurdemux ! vpudec ! imxv4l2sink
with this error :
Demux core /usr/lib/imx-mm/parser/lib_rm_parser_arm11_elinux.so error or missed!
(Err: /usr/lib/imx-mm/parser/lib_rm_parser_arm11_elinux.so: cannot open shared object file: No such file or directory)
Caught SIGSEGV
exec gdb failed: No such file or directory
Spinning. Please run 'gdb gst-launch-1.0 1076' to continue debugging, Ctrl-C to quit, or Ctrl-\ to dump core.
Actually this file does not exist in my root file system, I have the LinuxImageV2.6 of OpenEmbedded Core on my Apalis IMX6Q.
Anyone know how to correct this problem ?