This fixes the following issues: * MPEG4 Video playback not smooth due to skipping of non-VOP coded frames * Perform cleanup only during error scenarios such as remoteproc crash
Signed-off-by: Karthik Ramanan <[email protected]> --- .../gst-plugins-ti/gstreamer1.0-plugins-ducati_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ae934f3..7092344 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,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" require gstreamer1.0-plugins-ti.inc -PR = "${INC_PR}.2" -SRCREV = "202da907a87904e0c4f42a44afc6f39f31832406" +PR = "${INC_PR}.3" +SRCREV = "0cab49ee483613f053923fd90b7042fe059f1944" SRC_URI = "git://git.ti.com/glsdk/gst-plugin-ducati.git;protocol=git" -- 1.9.1 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
