[meta-freescale] [meta-fsl-arm][PATCH 3/5] gst1.0-fsl-plugin: Add Freescale Gstreamer1.0 Plugin for MX6

B50113 at freescale.com B50113 at freescale.com
Mon Sep 1 01:46:37 PDT 2014


> It´s Gstreamer 1.0 first release, isn´t it? Why it´s version is 4.0.1?

Version 4.0.1 of gst1.0-fsl-plugin is our 3.10.31 release, so I think we should align with it. 


> What makes me wonder what would be the reason for changing the change on video render/camera source plugin name.

In fact, video render/camera source plugin name has been changed to imxv4l2sink and imxv4l2src in 4.0.1 version of gst-fsl-plugin.


> What happens in case user want to use gstreamer without g2d support?
> Is it impossible?
> Only to make sure, gpu-viv-g2d is GPU hardware, right?

Now the gst1.0-fsl-plugin will check g2d.h to decide build overlaysink or not.
But it doesn't support --enable/disable-overlaysink config options.

Can I use PACKAGECONFIG to enable/disable it? 
PACKAGECONFIG[overlaysink] += "--enable-overlaysink, --disable-overlaysink, gpu-viv-g2d," 



Best Regards,
Zidan

-----Original Message-----
From: angolini at gmail.com [mailto:angolini at gmail.com] On Behalf Of Daiane Angolini
Sent: Friday, August 29, 2014 9:05 PM
To: Wang Zidan-B50113
Cc: meta-freescale at yoctoproject.org
Subject: Re: [meta-freescale] [meta-fsl-arm][PATCH 3/5] gst1.0-fsl-plugin: Add Freescale Gstreamer1.0 Plugin for MX6

On Fri, Aug 29, 2014 at 2:42 AM, Zidan Wang <b50113 at freescale.com> wrote:
> From: Wang Zidan <b50113 at freescale.com>
>
> Freesclae Gstreamer1.0 Plugins:

typo: Freescale

It´s Gstreamer 1.0 first release, isn´t it? Why it´s version is 4.0.1?

It make me think that, it´s linked someway with gstreamer 0.1 gst-fsl-plugin, right?


> Audio Decoder: beepdec
> Video Decoder: vpudec, gst-libav
> Demux: aiurdemux
> Video Render: imxv4l2sink
> Camera Source: imxv4l2src

What makes me wonder what would be the reason for changing the change on video render/camera source plugin name.

>
> - Support Audio/Video local playback
> - Support HTTP/RTSP Streaming playback
> - Support RTP/UDP MPEGTS Streaming
> - Support RTSP Streaming Server

Great!

>
> Signed-off-by: Wang Zidan <b50113 at freescale.com>
> ---
>  .../gstreamer/gst1.0-fsl-plugin_4.0.1.bb           |   24 ++++++++++++++++++++
>  1 file changed, 24 insertions(+)
>  create mode 100644 
> recipes-multimedia/gstreamer/gst1.0-fsl-plugin_4.0.1.bb
>
> diff --git a/recipes-multimedia/gstreamer/gst1.0-fsl-plugin_4.0.1.bb 
> b/recipes-multimedia/gstreamer/gst1.0-fsl-plugin_4.0.1.bb
> new file mode 100644
> index 0000000..107a76e
> --- /dev/null
> +++ b/recipes-multimedia/gstreamer/gst1.0-fsl-plugin_4.0.1.bb
> @@ -0,0 +1,24 @@
> +# Copyright (C) 2014 Freescale Semiconductor # Released under the MIT 
> +license (see COPYING.MIT for the terms)
> +
> +require gst-fsl-plugin.inc
> +
> +SRC_URI = "${FSL_MIRROR}/gst1.0-fsl-plugins-${PV}.tar.gz"
> +S = "${WORKDIR}/gst1.0-fsl-plugins-${PV}"
> +
> +EXTRA_OECONF += " CROSS_ROOT=${PKG_CONFIG_SYSROOT_DIR}"
> +
> +SRC_URI[md5sum] = "38d20aa22910a841593318aa638fb702"
> +SRC_URI[sha256sum] = "972babc09f53fb0139a350c5b4267101793fcb96d289c4ae402d6a6ddddbe085"
> +
> +DEPENDS_append = " gstreamer1.0 gstreamer1.0-plugins-base gpu-viv-g2d"

What happens in case user want to use gstreamer without g2d support?
Is it impossible?

Only to make sure, gpu-viv-g2d is GPU hardware, right?


Daiane
> +
> +FILES_${PN} = "${libdir}/gstreamer-1.0/*.so ${datadir}"
> +FILES_${PN}-dbg += "${libdir}/gstreamer-1.0/.debug"
> +FILES_${PN}-dev += "${libdir}/gstreamer-1.0/*.la ${libdir}/pkgconfig/*.pc"
> +FILES_${PN}-staticdev += "${libdir}/gstreamer-1.0/*.a"
> +FILES_${PN}-gplay = "${bindir}/gplay-1.0"
> +FILES_${PN}-libgplaycore = "${libdir}/libgplaycore-1.0${SOLIBS}"
> +FILES_${PN}-libgstfsl = "${libdir}/libgstfsl-1.0${SOLIBS}"
> +
> +COMPATIBLE_MACHINE = "(mx6)"
> --
> 1.7.9.5
>
> --
> _______________________________________________
> meta-freescale mailing list
> meta-freescale at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale


More information about the meta-freescale mailing list