@Cleiton-Bueno
Command output:
PACKAGECONFIG="gstreamer alsa gstreamer" PACKAGECONFIG_CONFARGS=" -alsa -gstreamer 1.0 -no-feature-openal -no-pulseaudio" PACKAGECONFIG_OPENSSL="openssl"@edit
I also discovered that there is no "qmlgl" (qmlgloverlay, qmlglsink, qmlglsrc) in the system which should be provided by gstreamer1.0-plugins-good. I forced to build packet configurated for qt5 by add line in my local.conf:
PACKAGECONFIG:append:pn-gstreamer1.0-plugins-good = " qt5"After that I have available qmlglsink and other. I still can't play video directly from file because effect is the same no image. I tried to build pipeline:
source: "gst-pipeline: filesrc location=/home/root/dillama_1080p.mp4 ! decodebin name=dec ! videoconvert ! qmlglsink widget"I can't set required pointer to qml widget for qmlglsink. How do it?