Fix issue with parse_sami error This is a minor bug fix to resolve the WARNING that was thrown up when running gst for the first time.
Signed-off-by: Karthik Ramanan <[email protected]> --- .../gstreamer/gst-plugins-base-mm-accel_0.10.36.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-arago-extras/recipes-multimedia/gstreamer/gst-plugins-base-mm-accel_0.10.36.bb b/meta-arago-extras/recipes-multimedia/gstreamer/gst-plugins-base-mm-accel_0.10.36.bb index bfd6b52..1de5e6c 100644 --- a/meta-arago-extras/recipes-multimedia/gstreamer/gst-plugins-base-mm-accel_0.10.36.bb +++ b/meta-arago-extras/recipes-multimedia/gstreamer/gst-plugins-base-mm-accel_0.10.36.bb @@ -24,7 +24,7 @@ RCONFLICTS_${PN}-meta += "gst-plugins-base-meta" PACKAGE_ARCH = "${MACHINE_ARCH}" SRC_URI = "git://git.ti.com/glsdk/gst-plugins-base0-10.git;protocol=git" -SRCREV = "21305017f6095ad6e9b1a8f1006ee5be780b21f8" +SRCREV = "3427e885daa749275e07339d3633b83c717aa419" S = "${WORKDIR}/git" -- 1.7.9.5 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
