All of lore.kernel.org
 help / color / mirror / Atom feed
From: "R, Karthik" <karthik.ramanan@ti.com>
To: "Dmytriyenko, Denys" <denys@ti.com>
Cc: "meta-arago@arago-project.org" <meta-arago@arago-project.org>
Subject: Re: [meta-arago 0/4] GStreamer 1.0 adapatations for TI Platforms
Date: Tue, 17 Mar 2015 16:07:20 +0000	[thread overview]
Message-ID: <24B88602B5904F49971CAF899152529B34C08307@DBDE04.ent.ti.com> (raw)
In-Reply-To: <20150317154522.GI4669@edge>

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

Denys,

If I recall correctly, that line is required because the required .so's of the various get plugins do not get populated into the targetfs. There are a lot of them that we need, both default and TI added plugins.

I had earlier made the change in the oe-core recipe and sent it to you for requesting upstream submission but I reworked it to have them in the individual recipes.

This is tested on dra7xx and I can confirm that it's needed. Please include it.

Regards
Karthik

________________________________
From: Dmytriyenko, Denys<mailto:denys@ti.com>
Sent: ‎3/‎17/‎2015 9:15 PM
To: R, Karthik<mailto:karthik.ramanan@ti.com>
Cc: meta-arago@arago-project.org<mailto:meta-arago@arago-project.org>
Subject: Re: [meta-arago] [meta-arago 0/4] GStreamer 1.0 adapatations for TI Platforms

Ok, I'm fine with these patches, except one thing:

FILES_${PN} += "${libdir}/gstreamer-1.0/*.so"

What is the specific reason for this? I'm going to drop it when applying
these patches later today...


On Tue, Mar 03, 2015 at 09:29:21PM +0530, Karthik Ramanan wrote:
> Difference from v1:
>  * Add gst-plugins-ducati for GST 1.x
>  * Add gst-plugins-vpe for GST 1.x
>  * Add FILES_PN explicitly for all GST 1.x recipes
>
> Karthik Ramanan (4):
>   gstreamer1.0-plugins-base: Add DMA Buf support
>   gstreamer1.0-plugins-good: Add DMABuf support v4l2src
>   gstreamer1.0-plugins-bad: Add various features
>   gstreamer1.0-plugins-ti: Add ducati and vpe GST plugins
>
>  .../gstreamer1.0-plugins-ducati_git.bb             |   10 +
>  .../gst-plugins-ti/gstreamer1.0-plugins-ti.inc     |   19 +
>  .../gst-plugins-ti/gstreamer1.0-plugins-vpe_git.bb |   11 +
>  .../0001-Added-GstDRMBufferPool-support.patch      |  774 +++++++++++
>  ...odified-waylandsink-to-accept-NV12-format.patch | 1017 ++++++++++++++
>  .../0003-Added-KMSsink-support.patch               | 1457 ++++++++++++++++++++
>  ...04-waylandsink-Removed-dependency-on-dri2.patch |   26 +
>  ...vc1parse-and-jpegparse-Fixes-plugin-ranks.patch |   54 +
>  .../gstreamer1.0-plugins-bad_1.2.3.bbappend        |   14 +
>  .../0001-Added-GstMetaDmaBuf-features.patch        |  441 ++++++
>  .../gstreamer1.0-plugins-base_1.2.3.bbappend       |    8 +
>  ...ST_V4L2_IO_DMABUF-mode-support-in-capture.patch |  298 ++++
>  .../gstreamer1.0-plugins-good_1.2.3.bbappend       |    8 +
>  13 files changed, 4137 insertions(+)
>  create mode 100644 meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-ducati_git.bb
>  create mode 100644 meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-ti.inc
>  create mode 100644 meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-vpe_git.bb
>  create mode 100644 meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0001-Added-GstDRMBufferPool-support.patch
>  create mode 100644 meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0002-Modified-waylandsink-to-accept-NV12-format.patch
>  create mode 100644 meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0003-Added-KMSsink-support.patch
>  create mode 100644 meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0004-waylandsink-Removed-dependency-on-dri2.patch
>  create mode 100644 meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0005-vc1parse-and-jpegparse-Fixes-plugin-ranks.patch
>  create mode 100644 meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.2.3.bbappend
>  create mode 100644 meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/0001-Added-GstMetaDmaBuf-features.patch
>  create mode 100644 meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.2.3.bbappend
>  create mode 100644 meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good/0001-Adds-GST_V4L2_IO_DMABUF-mode-support-in-capture.patch
>  create mode 100644 meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.2.3.bbappend
>
> --
> 1.7.9.5
>
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago

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

  reply	other threads:[~2015-03-17 16:07 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-03 15:59 [meta-arago 0/4] GStreamer 1.0 adapatations for TI Platforms Karthik Ramanan
2015-03-03 15:59 ` [meta-arago 1/4] gstreamer1.0-plugins-base: Add DMA Buf support Karthik Ramanan
2015-03-03 15:59 ` [meta-arago 2/4] gstreamer1.0-plugins-good: Add DMABuf support v4l2src Karthik Ramanan
2015-03-03 15:59 ` [meta-arago 3/4] gstreamer1.0-plugins-bad: Add various features Karthik Ramanan
2015-03-03 15:59 ` [meta-arago 4/4] gstreamer1.0-plugins-ti: Add ducati and vpe GST plugins Karthik Ramanan
2015-03-10 16:53 ` [meta-arago 0/4] GStreamer 1.0 adapatations for TI Platforms Denys Dmytriyenko
2015-03-17 15:45 ` Denys Dmytriyenko
2015-03-17 16:07   ` R, Karthik [this message]
2015-03-17 16:22     ` Denys Dmytriyenko
2015-03-17 16:28       ` R, Karthik
2015-03-18 12:16         ` R, Karthik

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=24B88602B5904F49971CAF899152529B34C08307@DBDE04.ent.ti.com \
    --to=karthik.ramanan@ti.com \
    --cc=denys@ti.com \
    --cc=meta-arago@arago-project.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.