All of lore.kernel.org
 help / color / mirror / Atom feed
* [daisy, master 1/2] gstreamer1.0-plugins-bad: recipe revamp and bug fixes
@ 2015-07-27 10:24 Karthik Ramanan
  2015-07-27 10:24 ` [daisy, master 2/2] gstreamer1.0-plugins-good: optimize delay in v4l2src Karthik Ramanan
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Karthik Ramanan @ 2015-07-27 10:24 UTC (permalink / raw)
  To: meta-arago

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



^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-07-31  4:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
2015-07-31  4:49   ` Karthik Ramanan

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.