All of lore.kernel.org
 help / color / mirror / Atom feed
* i.MX6 mfw_isink is not working with X11 "Nitrogen"
@ 2012-12-17 12:32 Tarek El-Sherbiny
  2012-12-17 15:19 ` Eric Nelson
  0 siblings, 1 reply; 14+ messages in thread
From: Tarek El-Sherbiny @ 2012-12-17 12:32 UTC (permalink / raw)
  To: meta-freescale@yoctoproject.org

[-- Attachment #1: Type: text/plain, Size: 2097 bytes --]

Hi,

I have compiled X11 image based on core-image-x11.bb for the Nitrogen6x
MACHINE. This is my image bb file:

-------------------------------------------------------------
include recipes-graphics/images/core-image-x11.bb


IMAGE_FEATURES += "debug-tweaks"
DISTRO_FEATURES += "pulseaudio"


SOC_EXTRA_IMAGE_FEATURES ?= "tools-testapps"
# mesa-demos is currently broken when building with other GL library
# so we avoid it by now and tools-testapps includes it.
SOC_EXTRA_IMAGE_FEATURES_mx6 = ""


# Add extra image features
EXTRA_IMAGE_FEATURES += " \
    ${SOC_EXTRA_IMAGE_FEATURES} \
    tools-debug \
    tools-profile \
"

SOC_IMAGE_INSTALL = ""

IMAGE_INSTALL += " \
    ${SOC_IMAGE_INSTALL} \
    cpufrequtils \
    packagegroup-fsl-gstreamer \
    packagegroup-fsl-tools-testapps \
    packagegroup-fsl-tools-benchmark \
    qt4-plugin-phonon-backend-gstreamer \
    fsl-gui-extrafiles \
    "

# Adh Console applications
IMAGE_INSTALL += " \
dropbear \
"


export IMAGE_BASENAME = "adh-image-x11"
-------------------------------------------------------------

The gstreamer runs perfectly well with mfw_v4lsink using this command:
gst-launch playbin2 uri=
file:///home/root/mmfiles/clipcanvas_14348_offline.mp4<file:///%5C%5Chome%5Croot%5Cmmfiles%5Cclipcanvas_14348_offline.mp4>

I need to use mfw_isink to scale and convert the output so I use the
following command which doesn't work:
gst-launch playbin2 uri=
file:///home/root/mmfiles/clipcanvas_14348_offline.mp4<file:///%5C%5Chome%5Croot%5Cmmfiles%5Cclipcanvas_14348_offline.mp4>video-sink="mfw_isink
axis-top=0 axis-left=0 disp-width=512 disp-height=384"

So I disabled the x11 flag for gst-fsl-plugin by
creating gst-fsl-plugin_3.0.1.bbappend:
PRINC := "${@int(PRINC) + 1}"

EXTRA_OECONF += "--enable-x11=no --disable-x11"


Now the mfw_isink is working!!!!???

Can someone please try the mfw_isink command on his target?

I would like to know if it is the Nitrogen board or something else that
makes gst-fsl-plugin not compatible with X11.

Thanks,
Tarek

[-- Attachment #2: Type: text/html, Size: 3217 bytes --]

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2012-12-18  9:39 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-17 12:32 i.MX6 mfw_isink is not working with X11 "Nitrogen" Tarek El-Sherbiny
2012-12-17 15:19 ` Eric Nelson
2012-12-17 15:31   ` Tarek El-Sherbiny
2012-12-17 15:36     ` Daiane Angolini
2012-12-17 15:42       ` Tarek El-Sherbiny
2012-12-17 16:01         ` Daiane Angolini
2012-12-17 16:09           ` Otavio Salvador
2012-12-17 16:19           ` Daiane Angolini
2012-12-17 16:40             ` Tarek El-Sherbiny
2012-12-17 17:00               ` Daiane Angolini
2012-12-17 17:59                 ` Tarek El-Sherbiny
2012-12-17 18:33                   ` Daiane Angolini
2012-12-18  9:39                     ` Tarek El-Sherbiny
2012-12-17 15:45     ` Eric Nelson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.