This update ignores the frame_cropping flag set in the SPS and calculates width and height correctly
Signed-off-by: Karthik Ramanan <[email protected]> --- .../gstreamer/gstreamer1.0-plugins-bad_1.2.3.bbappend | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.2.3.bbappend b/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.2.3.bbappend index 5f4652c..6518c7a 100644 --- a/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.2.3.bbappend +++ b/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.2.3.bbappend @@ -35,8 +35,8 @@ SRC_URI = "git://git.ti.com/glsdk/gstreamer1-0-plugins-bad.git;protocol=git \ S = "${WORKDIR}/git" -SRCREV = "9396248f2daf0b28b83ab0f01c4d17a8af46b1ca" +SRCREV = "3a7dce1011d2ad002f9341c8f0be2e409d73ea7b" SRCREV_ti43x = "a536c9e8d9cfaf47759dc194449a1887e0aee15d" SRCREV_ti33x = "a536c9e8d9cfaf47759dc194449a1887e0aee15d" -PR_append = "-arago9" +PR_append = "-arago10" -- 1.9.1 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
