Hello ,
I'm integrating gstreamer1.0 on an imx6 solo based platform. My kernel version is linux-imx 3.10.17. However, my X server dosent start. I'm getting the following error :
X: symbol lookup error: /usr/lib/xorg/modules/drivers/vivante_drv.so: undefined symbol: gcoHAL_QuerySeparated3D2D
gstreamer1.0 plugin "gst1.0-fsl-plugin" requires "imx-gpu-viv" . I made that change in xf86-video-imxfb-vivante_3.10.17-1.0.0.bb to indicate dependency on im-gpu-viv like this:
"DEPENDS += "virtual/xserver virtual/libx11 virtual/libgal-x11 imx-gpu-viv pixman"
The recipe gets compiled but I get the above error when X server starts. Am I missing in something?
Thanks,
Chaitanya
Hi Chaitanya,
Try to move to 3.10.53, this release integrate gstreamer 1.0.
Please check:
Integration of gstreamer1.0 on imx6dl platform
Regards
Hello,
Yes that can be done, but currently its not possible for us to move to 3.10.53. So is it absolutely not possible to go ahead with 3.10.17 and still solve the above issue?
Thanks,
Chaitanya Dhere