All of lore.kernel.org
 help / color / mirror / Atom feed
* Update gst-bad, gst-ducati and glsdk-example-apps
@ 2016-12-16 14:15 Pooja Prajod
  0 siblings, 0 replies; 2+ messages in thread
From: Pooja Prajod @ 2016-12-16 14:15 UTC (permalink / raw)
  To: meta-arago; +Cc: Pooja Prajod

Pick the following patches:
1. kmssink: Handle usecase where display is disabled
2. gstducati : Fix Segfault for VC1 decode
3. gsttestplayer: Remove extra queues

Signed-off-by: Pooja Prajod <a0132412@ti.com>
---
 .../recipes-graphics/glsdk-example-apps/glsdk-example-apps.bb         | 4 ++--
 .../gst-plugins-ti/gstreamer1.0-plugins-ducati_git.bb                 | 4 ++--
 .../gstreamer/gstreamer1.0-plugins-bad_1.6.3.bbappend                 | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/meta-arago-extras/recipes-graphics/glsdk-example-apps/glsdk-example-apps.bb b/meta-arago-extras/recipes-graphics/glsdk-example-apps/glsdk-example-apps.bb
index 32d4cb6..94c1362 100644
--- a/meta-arago-extras/recipes-graphics/glsdk-example-apps/glsdk-example-apps.bb
+++ b/meta-arago-extras/recipes-graphics/glsdk-example-apps/glsdk-example-apps.bb
@@ -14,9 +14,9 @@ inherit autotools pkgconfig
 SRC_URI = "git://git.ti.com/glsdk/example-applications.git;protocol=git \
 	 "
 
-SRCREV="d8d7123b70aa811d95e63c1f4b597feee8d4fd84"
+SRCREV="8384727bef3368b95b690dd50e6735c9344a8590"
 
-PR = "r46"
+PR = "r47"
 
 do_install_append () {
     install -d ${D}${sysconfdir}/glsdkstatcoll
diff --git a/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-ducati_git.bb b/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-ducati_git.bb
index 0f33e7c..d4a6b28 100644
--- a/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-ducati_git.bb
+++ b/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-ducati_git.bb
@@ -4,8 +4,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
 
 require gstreamer1.0-plugins-ti.inc
 
-PR = "${INC_PR}.21"
-SRCREV = "90a8e90f97fff93bd63cd168cfe36a9b69f123d9"
+PR = "${INC_PR}.22"
+SRCREV = "bd51fbfbf288da80d1a83cad4c03be3e7f0d8c40"
 
 BRANCH ?= "master"
 
diff --git a/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.6.3.bbappend b/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.6.3.bbappend
index 33291ee..7ceb1b3 100644
--- a/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.6.3.bbappend
+++ b/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.6.3.bbappend
@@ -37,7 +37,7 @@ SRC_URI = "git://git.ti.com/glsdk/gstreamer1-0-plugins-bad.git;protocol=git;bran
 
 S = "${WORKDIR}/git"
 
-SRCREV_omap-a15 = "aec06528aca416c7b2c77db5b6dcb24907728ef7"
+SRCREV_omap-a15 = "07050013051af00828be115eb7bce0fc08abb79f"
 SRCREV = "d0160ca810be30bf2b2e7681f5047933402efb52"
 
-PR = "r23"
+PR = "r24"
-- 
1.9.1



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

* Re: Update gst-bad, gst-ducati and glsdk-example-apps
@ 2016-12-16 15:46 Dmytriyenko, Denys
  0 siblings, 0 replies; 2+ messages in thread
From: Dmytriyenko, Denys @ 2016-12-16 15:46 UTC (permalink / raw)
  To: Prajod, Pooja; +Cc: meta-arago

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

Looks like these should be 3 separate patches, as they are for independent fixes to different components.

On Dec 16, 2016 09:16, "Prajod, Pooja" <poojaprajod@ti.com> wrote:
Pick the following patches:
1. kmssink: Handle usecase where display is disabled
2. gstducati : Fix Segfault for VC1 decode
3. gsttestplayer: Remove extra queues

Signed-off-by: Pooja Prajod <a0132412@ti.com>
---
 .../recipes-graphics/glsdk-example-apps/glsdk-example-apps.bb         | 4 ++--
 .../gst-plugins-ti/gstreamer1.0-plugins-ducati_git.bb                 | 4 ++--
 .../gstreamer/gstreamer1.0-plugins-bad_1.6.3.bbappend                 | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/meta-arago-extras/recipes-graphics/glsdk-example-apps/glsdk-example-apps.bb b/meta-arago-extras/recipes-graphics/glsdk-example-apps/glsdk-example-apps.bb
index 32d4cb6..94c1362 100644
--- a/meta-arago-extras/recipes-graphics/glsdk-example-apps/glsdk-example-apps.bb
+++ b/meta-arago-extras/recipes-graphics/glsdk-example-apps/glsdk-example-apps.bb
@@ -14,9 +14,9 @@ inherit autotools pkgconfig
 SRC_URI = "git://git.ti.com/glsdk/example-applications.git;protocol=git \
          "

-SRCREV="d8d7123b70aa811d95e63c1f4b597feee8d4fd84"
+SRCREV="8384727bef3368b95b690dd50e6735c9344a8590"

-PR = "r46"
+PR = "r47"

 do_install_append () {
     install -d ${D}${sysconfdir}/glsdkstatcoll
diff --git a/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-ducati_git.bb b/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-ducati_git.bb
index 0f33e7c..d4a6b28 100644
--- a/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-ducati_git.bb
+++ b/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-ducati_git.bb
@@ -4,8 +4,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"

 require gstreamer1.0-plugins-ti.inc

-PR = "${INC_PR}.21"
-SRCREV = "90a8e90f97fff93bd63cd168cfe36a9b69f123d9"
+PR = "${INC_PR}.22"
+SRCREV = "bd51fbfbf288da80d1a83cad4c03be3e7f0d8c40"

 BRANCH ?= "master"

diff --git a/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.6.3.bbappend b/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.6.3.bbappend
index 33291ee..7ceb1b3 100644
--- a/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.6.3.bbappend
+++ b/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.6.3.bbappend
@@ -37,7 +37,7 @@ SRC_URI = "git://git.ti.com/glsdk/gstreamer1-0-plugins-bad.git;protocol=git;bran

 S = "${WORKDIR}/git"

-SRCREV_omap-a15 = "aec06528aca416c7b2c77db5b6dcb24907728ef7"
+SRCREV_omap-a15 = "07050013051af00828be115eb7bce0fc08abb79f"
 SRCREV = "d0160ca810be30bf2b2e7681f5047933402efb52"

-PR = "r23"
+PR = "r24"
--
1.9.1

_______________________________________________
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: 4512 bytes --]

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

end of thread, other threads:[~2016-12-16 15:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-16 14:15 Update gst-bad, gst-ducati and glsdk-example-apps Pooja Prajod
2016-12-16 15:46 Dmytriyenko, Denys

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.