Re: [meta-freescale] [meta-fsl-arm] Using gstreamer on Nitrogen6x/SabreLite

2014-03-06 Thread Philip Craig
that the buffer-chaining process is different in 1.0 (and cleaner in 1.0). Philip Craig kindly submitted patches to the gstreamer-imx project to add a v4l2src element that uses i.MX6 specifics. And yes, the allocation scheme is much cleaner in GStreamer 1.0. In 0.10, it was only possible

Re: [meta-freescale] Overlay image and Text over video using hardware module in i.mx6

2014-02-07 Thread Philip Craig
On Fri, Feb 7, 2014 at 10:55 PM, Sachin Deshpande 3mediat...@gmail.com wrote: I am new to i.mx6q board. I am trying to implement the following scenario 1) Input video stream from STB / IP to server 2) Stream the video with periodically overlay Image and Text over the video and stream

Re: [meta-freescale] [meta-fsl-arm][PATCH v3] Add gstreamer-imx GStreamer 1.0 plugins

2014-01-29 Thread Philip Craig
Hi Carlos, On Wed, Jan 29, 2014 at 9:59 AM, Carlos Rafael Giani d...@pseudoterminal.org wrote: gstreamer-imx is an ongoing project to write GStreamer 1.0 plugins for using the i.MX VPU,IPU, and GPU. With the plugins, the VPU en- and decoding features can be used, the IPU can transform images

Re: [meta-freescale] [meta-fsl-arm] [PATCH] imx-kobs: Update license checksum

2014-01-15 Thread Philip Craig
On Thu, Jan 16, 2014 at 9:26 AM, Otavio Salvador ota...@ossystems.com.br wrote: On Wed, Jan 15, 2014 at 7:22 PM, Gary Thomas g...@mlbassoc.com wrote: On 2014-01-15 12:47, Otavio Salvador wrote: On Wed, Jan 15, 2014 at 1:58 PM, Gary Thomas g...@mlbassoc.com mailto:g...@mlbassoc.com wrote:

Re: [meta-freescale] Qt5 with Yocto

2013-12-15 Thread Philip Craig
On Mon, Dec 16, 2013 at 5:16 AM, Morgan McKenzie r...@uvic.ca wrote: Hi, So I've tried updating my repo and when I went to build again the meta-qt5 build is running into problems. I've tried on both master and dora branches (when I switched to master I switched the repo and meta-qt5) but I'm

Re: [meta-freescale] ALSA in meta-qt5

2013-12-13 Thread Philip Craig
On Sat, Dec 14, 2013 at 5:24 AM, Alfonso Tamés alfo...@mantic.mx wrote: Does anyone know why if alsa-lib is getting included in IMAGE_INSTALL_append, meta-qt5 is configuring qt5 with the -no-alsa flag? You need to add alsa to the qtbase PACKAGECONFIG. It can't auto detect that the image

Re: [meta-freescale] Regarding GStreamer-1.x status on iMX6Q

2013-11-20 Thread Philip Craig
On Thu, Nov 21, 2013 at 1:25 AM, Joshua Kurland joshua.kurl...@adtecdigital.net wrote: If you have some time today, could you answer one last question? How do I include 1.x into my build? I switched repos from Dora to Master and added these packages: gstreamer1.0

Re: [meta-freescale] [meta-fsl-demos][PATCH] packagegroup-fsl: Make v4l-utils conditional on X11

2013-10-27 Thread Philip Craig
On Mon, Oct 28, 2013 at 2:36 AM, Eric Nelson eric.nel...@boundarydevices.com wrote: v4l-utils will pull in X11 if included, and this patch allows it to be skipped. While this is okay as a temporary fix, it would be better if we patched v4l-utils to not depend on X11 instead. The difficulty with

Re: [meta-freescale] [meta-fsl-arm] Old kernels

2013-08-29 Thread Philip Craig
On Fri, Aug 30, 2013 at 2:51 AM, Fabio Estevam feste...@gmail.com wrote: On Thu, Aug 29, 2013 at 1:48 PM, Gary Thomas g...@mlbassoc.com wrote: The kernel for the Nitrogen-6x/SabreLite seems fixed at 3.0.35. Will it [ever] be updated to anything newer, as this is quite old by now?

Re: [meta-freescale] Qt5 Toolchain and demos

2013-08-24 Thread Philip Craig
I've had success building QtCreator applications by creating a recipe for my application in Yocto. I haven't tried compiling outside of Yocto. The qt related lines from my recipe are: inherit qmake5 OE_QMAKE_PATH_HEADERS = ${OE_QMAKE_PATH_QT_HEADERS} DEPENDS += qtbase On Sun, Aug 25, 2013 at

Re: [meta-freescale] gst-plugins-fsl based on Gstreamer 1.0

2013-08-11 Thread Philip Craig
On Thu, Aug 8, 2013 at 3:43 PM, Philip Craig p...@blackmoth.com.au wrote: On Thu, Aug 8, 2013 at 3:12 PM, Ashwin Kirpalani akcoop...@gmail.com wrote: My motivation for moving to Gstreamer 1.0 is to use appsink/appsrc plugins along with the VPU encoder/decoder (vpuenc, vpudec) plugins. It seems

Re: [meta-freescale] gst-plugins-fsl based on Gstreamer 1.0

2013-08-07 Thread Philip Craig
spare time. On Thu, Aug 8, 2013 at 12:29 AM, Philip Craig p...@blackmoth.com.au wrote: On Thu, Aug 8, 2013 at 12:58 PM, Ashwin Kirpalani akcoop...@gmail.com wrote: There is a porting guide here:http://gstreamer.freedesktop.org/data/doc/gstreamer/head/manual/html/chapter-porting-1.0.html

Re: [meta-freescale] how to access i2c bus on imx6q sabrelite

2013-07-23 Thread Philip Craig
On Wed, Jul 24, 2013 at 2:30 AM, Thanassis Silis djnass...@hotmail.com wrote: if, however, i try: i2cset 2 0x5A 0x1A 1 it works! The 2 was a reasonable choice resembling i2c-2, but looking into i2cset.c ( i2cbusses.c), it seems that the code is looking into /dev/i2c/X, where X= the number

Re: [meta-freescale] Gstreamer pipeline problem

2013-07-12 Thread Philip Craig
On Fri, Jul 12, 2013 at 5:50 PM, Chris Tapp opensou...@keylevel.com wrote: Hi John, On 12 Jul 2013, at 01:22, John Weber wrote: Hi Chris, gst-launch videotestsrc ! v4l2sink to work as there's no /dev/video1 ! Does anyone know where I can find instructions on how to get v4l2 working

Re: [meta-freescale] QtMultimedia on i.MX6

2013-07-10 Thread Philip Craig
On Wed, Jul 10, 2013 at 6:26 PM, Thomas Senyk thomas.se...@pelagicore.comwrote: On Wednesday, 10 July, 2013 10:25:09 Philip Craig wrote: On Wed, Jul 10, 2013 at 9:53 AM, Rogerio Nunes ronu...@gmail.com wrote: On Tue, Jul 9, 2013 at 4:14 AM, Thomas Senyk thomas.se...@pelagicore.com

Re: [meta-freescale] QtMultimedia on i.MX6

2013-07-10 Thread Philip Craig
On Wed, Jul 10, 2013 at 7:52 PM, Thomas Senyk thomas.se...@pelagicore.comwrote: On Wednesday, 10 July, 2013 19:13:57 Philip Craig wrote: On Wed, Jul 10, 2013 at 6:26 PM, Thomas Senyk thomas.se...@pelagicore.comwrote: On Wednesday, 10 July, 2013 10:25:09 Philip Craig wrote: On Wed

Re: [meta-freescale] FSL OPENGLES1, OPENGLES2

2013-06-30 Thread Philip Craig
On Sun, Jun 30, 2013 at 7:55 PM, Andrei Gherzan and...@gherzan.ro wrote: The rendered window is white an nothing inside, right? Try to run the app in full screen. If we are talking about the same thing, should be this known bug: https://bugzilla.yoctoproject.org/show_bug.cgi?id=4510 I have an

[meta-freescale] [meta-fsl-arm][PATCH] gpu-viv-bin-mx6q.inc: fix libEGL and libGLESv2 installation

2013-06-27 Thread Philip Craig
by oe-core/build/tmp-eglibc/sysroots/imx6qsabrelite/usr/lib/libQt5Gui.so.5.0.2, not found (try using -rpath or -rpath-link) Signed-off-by: Philip Craig p...@blackmoth.com.au --- .../gpu-viv-bin-mx6q/gpu-viv-bin-mx6q.inc | 45 ++ 1 file changed, 20 insertions(+), 25

Re: [meta-freescale] how to get video stream data(decoded) from video decoder

2013-06-24 Thread Philip Craig
On Mon, Jun 24, 2013 at 6:44 PM, jojo rjie...@gmail.com wrote: Hi, I am a newbie of the gstreamer framework, I launched a pipeline with appsrc name=test ! image/jpeg, width=%d, height=%d ! vpudec ! mfw_v4lsink name=vsink, and i want to get video decoded data (e.g. NV12) from this

Re: [meta-freescale] How do I enable XFCE

2013-04-09 Thread Philip Craig
Did you add meta-xfce to your bblayers.conf? On Wed, Apr 10, 2013 at 12:59 AM, John Weber rjohnwe...@gmail.com wrote: I would have thought that all you should need to do is add 'packagegroup-xfce-extended' to the list of IMAGES_INSTALL in the image recipe. But, I know I'm wrong because that

Re: [meta-freescale] [meta-fsl-arm][PATCH v2 5/5] gst-plugins-gl: Fix build of X11 backend

2013-04-05 Thread Philip Craig
On Fri, Apr 5, 2013 at 9:20 PM, Otavio Salvador ota...@ossystems.com.br wrote: On Fri, Apr 5, 2013 at 12:21 AM, Philip Craig p...@blackmoth.com.au wrote: On Fri, Apr 5, 2013 at 1:07 PM, Otavio Salvador ota...@ossystems.com.br wrote: On Thu, Apr 4, 2013 at 11:25 PM, Philip Craig p

Re: [meta-freescale] [meta-fsl-arm][PATCH v2 5/5] gst-plugins-gl: Fix build of X11 backend

2013-04-04 Thread Philip Craig
On Fri, Apr 5, 2013 at 11:42 AM, Otavio Salvador ota...@ossystems.com.br wrote: The X11 backend were failing to build due deprecated calls of GLib methods; this fixes it. Change-Id: Iaf289bc174b45c69ef6d0c590e12daef78e65a49 Signed-off-by: Otavio Salvador ota...@ossystems.com.br ---