This update brings the following fixes: * mpeg2dec: close meta-plane fd in finalize * gstducati:Enable error concealment for mpeg2dec * videnc:Fix memory leak issue * mpeg4dec: skip frame processing for large frame size * decoder: Increase number of buffers in pool * mpeg2dec: Fix negotiation issue with playbin
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 3f806eb..3f15005 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}.24" -SRCREV = "e797c1d832cc8ee1dd66d1683991cb6d7316ed63" +PR = "${INC_PR}.25" +SRCREV = "09dc7c9e0064533026fc1f09f762e13a49495dec" BRANCH ?= "master" -- 1.9.1 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
