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 <[email protected]>
> ---
>  .../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
> [email protected]
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
_______________________________________________
meta-arago mailing list
[email protected]
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago

Reply via email to