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