From: Denys Dmytriyenko <denys@ti.com>
To: Karthik Ramanan <a0393906@ti.com>
Cc: meta-arago@arago-project.org
Subject: Re: [daisy, master 1/2] gstreamer1.0-plugins-bad: recipe revamp and bug fixes
Date: Thu, 30 Jul 2015 20:12:42 -0400 [thread overview]
Message-ID: <20150731001242.GA1040@edge> (raw)
In-Reply-To: <1437992680-17958-1-git-send-email-a0393906@ti.com>
Karthik,
This patch seems to use --irreversible-delete flag, which prevents it from
being applied to the git tree. Can you please resubmit it. Thanks.
--
Denys
On Mon, Jul 27, 2015 at 03:54:39PM +0530, Karthik Ramanan wrote:
> The recipe update switches to a TI GLSDK hosted git repository.
> All the previously used private patches are updated on the git.
>
> The following bug fixes have been done:
> * Modify parser to interpolate pts
> * drm buffer pool:
> * Improved to fix memory leak
> * GstDRMBufferPool support fix
> * waylandsink:
> * Remove drm bufferpool instance to fix socket leaks
> * Fix memleak due to unfreed hash-table
> * Cleanup buffer in NULL state
> * Enable mouse pointer movement
> * Workaround partial frame delay artifacts
> * Solve segmentation fault in drm_handle_format
>
> Signed-off-by: Karthik Ramanan <a0393906@ti.com>
> ---
> .../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 -
> .../0006-GstDRMBufferPool-support-fix.patch | 36 -
> .../gstreamer1.0-plugins-bad_1.2.3.bbappend | 17 +-
> 7 files changed, 8 insertions(+), 3373 deletions(-)
> delete mode 100644 meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0001-Added-GstDRMBufferPool-support.patch
> delete mode 100644 meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0002-Modified-waylandsink-to-accept-NV12-format.patch
> delete mode 100644 meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0003-Added-KMSsink-support.patch
> delete mode 100644 meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0004-waylandsink-Removed-dependency-on-dri2.patch
> delete mode 100644 meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0005-vc1parse-and-jpegparse-Fixes-plugin-ranks.patch
> delete mode 100644 meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0006-GstDRMBufferPool-support-fix.patch
>
> diff --git a/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0001-Added-GstDRMBufferPool-support.patch b/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0001-Added-GstDRMBufferPool-support.patch
> deleted file mode 100644
> index c7015b2..0000000
> diff --git a/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0002-Modified-waylandsink-to-accept-NV12-format.patch b/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0002-Modified-waylandsink-to-accept-NV12-format.patch
> deleted file mode 100644
> index 875ff0b..0000000
> diff --git a/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0003-Added-KMSsink-support.patch b/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0003-Added-KMSsink-support.patch
> deleted file mode 100644
> index 8c19fa6..0000000
> diff --git a/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0004-waylandsink-Removed-dependency-on-dri2.patch b/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0004-waylandsink-Removed-dependency-on-dri2.patch
> deleted file mode 100644
> index 8c2e887..0000000
> diff --git a/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0005-vc1parse-and-jpegparse-Fixes-plugin-ranks.patch b/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0005-vc1parse-and-jpegparse-Fixes-plugin-ranks.patch
> deleted file mode 100644
> index 8ae79b5..0000000
> diff --git a/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0006-GstDRMBufferPool-support-fix.patch b/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0006-GstDRMBufferPool-support-fix.patch
> deleted file mode 100644
> index 0af1323..0000000
> diff --git a/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.2.3.bbappend b/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.2.3.bbappend
> index 2e91320..831b8ac 100644
> --- a/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.2.3.bbappend
> +++ b/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.2.3.bbappend
> @@ -11,13 +11,12 @@ DEPENDS_append_omap-a15 = " \
>
> PACKAGE_ARCH = "${MACHINE_ARCH}"
>
> -SRC_URI_append = " \
> - file://0001-Added-GstDRMBufferPool-support.patch \
> - file://0002-Modified-waylandsink-to-accept-NV12-format.patch \
> - file://0003-Added-KMSsink-support.patch \
> - file://0004-waylandsink-Removed-dependency-on-dri2.patch \
> - file://0005-vc1parse-and-jpegparse-Fixes-plugin-ranks.patch \
> - file://0006-GstDRMBufferPool-support-fix.patch \
> -"
> +SRC_URI = "git://git.ti.com/glsdk/gstreamer1-0-plugins-bad.git;protocol=git \
> + "
> +
> +S = "${WORKDIR}/git"
> +
> +SRCREV = "12b0d2ac50aba19da53d2e1ac40d6ada70a79930"
> +
> +PR_append = "-arago5"
>
> -PR_append = "-arago3"
> --
> 1.7.9.5
>
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
next prev parent reply other threads:[~2015-07-31 0:12 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-27 10:24 [daisy, master 1/2] gstreamer1.0-plugins-bad: recipe revamp and bug fixes Karthik Ramanan
2015-07-27 10:24 ` [daisy, master 2/2] gstreamer1.0-plugins-good: optimize delay in v4l2src Karthik Ramanan
2015-07-27 10:59 ` Karthik Ramanan
2015-07-27 10:59 ` [daisy, master 1/2] gstreamer1.0-plugins-bad: recipe revamp and bug fixes Karthik Ramanan
2015-07-31 0:12 ` Denys Dmytriyenko [this message]
2015-07-31 4:49 ` Karthik Ramanan
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=20150731001242.GA1040@edge \
--to=denys@ti.com \
--cc=a0393906@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.