gstreamer play failed

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

gstreamer play failed

611 Views
senli
Contributor II

Hi all:

        I used imx6q which linux kernel version is 3.14.52.

        I use gstreamer to play media .

        but always failed .The debug message is blew

(gst-plugin-scanner:578): GLib-GObject-WARNING **: cannot register existing type 'GstImxCompositorPad'

(gst-plugin-scanner:578): GLib-CRITICAL **: g_once_init_leave: assertion 'result != 0' failed

How to fixed it?

0 Kudos
1 Reply

394 Views
gusarambula
NXP TechSupport
NXP TechSupport

Hello Sen Li,

There is a similar issue explained on the following external forum:

Couldn't make gsreamer works on core image minimal with qt5 eglfs - Toradex Community 

The solution listed there is removing a plugin that apparently has an X11 dependency by adding the following line to local.conf.

PACKAGECONFIG_remove_pn-gstreamer1.0-plugins-good = " gdk-pixbuf "

Maybe this will help!

Regards,

0 Kudos