This update fixes the following issues: * viddec3test: dce_buf_lock & unlock of OutBuf_fd * display-wayland: enable cropping support * viddec3test: fixed --inloop Segmentation fault issue. * viddec3test:Handling outBufsInUseFlag for interlaced contents * viddec3test: Set correct padding width height for MPEG4 * v4l2: Make sure v4l2_format stack variable is initialized * capturevpedisplay: Use single plane for input format * vpe-common: Use single plane buffer for NV12 by default * capturevpedisplay: Use single plane buffer by default * vpe: Remove unnecessary G_FMT call * dmabuftest: Fix spacing and compile warning * caturevpedisplay: Fix compile warning * filevpedisplay: Fix compile warning * v4l2: Fix white-space issue and compile warning * vpe-common: Fix white-space issue and compile warning * display-kms: Fix compile warning * vpe-common: Disable crop * display-kms: Call SetCrtc at init time * display-kmscube: Add support for RGB texture * filevpedisplay: Change argument numbers for kmscube support * display-wayland:Create a thread to dispatch events * display-wayland: Add frame-listener and dispatch
Signed-off-by: Karthik Ramanan <[email protected]> --- meta-arago-extras/recipes-graphics/omapdrmtest/omapdrmtest_1.0.0.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-arago-extras/recipes-graphics/omapdrmtest/omapdrmtest_1.0.0.bb b/meta-arago-extras/recipes-graphics/omapdrmtest/omapdrmtest_1.0.0.bb index d4b42a8..a753b7e 100644 --- a/meta-arago-extras/recipes-graphics/omapdrmtest/omapdrmtest_1.0.0.bb +++ b/meta-arago-extras/recipes-graphics/omapdrmtest/omapdrmtest_1.0.0.bb @@ -6,8 +6,8 @@ DEPENDS += "libav libdce libdrm libgbm ti-sgx-ddk-um wayland" inherit autotools pkgconfig -PR = "r19" -SRCREV = "116c940c2b06b221c13be28bb79af49233ba462a" +PR = "r20" +SRCREV = "6d81a5c7dc998a914c482bd8aef0d6b2ffd3aa09" SRC_URI = "git://git.ti.com/glsdk/omapdrmtest.git;protocol=git \ " -- 1.9.1 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
