[meta-freescale] [PATCH 04/10] gstreamer1.0: Upgrade to v1.14.imx

Yuqing Zhu carol.zhu at nxp.com
Mon Aug 6 02:23:30 PDT 2018


Bugfix/Optimization:
baseparse: Handle base parse error.

baseparse: Unset FLAG_DISCONT when push to adapter.
Or the DISCONT flag will always be set on each frame,
for the first chain in buffer.

baseparse: Push adapter remainning data in
pass through mode to avoid missing data.

poll: Need check if can read event of buffer
for video decoder based on V4L2 driver.
Add the API for it.

inputselector: Proceed non-active pad buffer even if active pad reach eos
Non-active pad will be blocked if active pad reach eos in
inputselector, which will cause all pipeline be blocked.
Inputselector should proceed non-active pad buffer based
on clock even if active pad reach eos.
Change to sync with clock for better user experience.

Signed-off-by: Yuqing Zhu <carol.zhu at nxp.com>
---
 .../gstreamer/{gstreamer1.0_1.12.imx.bb => gstreamer1.0_1.14.imx.bb}  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename recipes-multimedia/gstreamer/{gstreamer1.0_1.12.imx.bb => gstreamer1.0_1.14.imx.bb} (96%)

diff --git a/recipes-multimedia/gstreamer/gstreamer1.0_1.12.imx.bb b/recipes-multimedia/gstreamer/gstreamer1.0_1.14.imx.bb
similarity index 96%
rename from recipes-multimedia/gstreamer/gstreamer1.0_1.12.imx.bb
rename to recipes-multimedia/gstreamer/gstreamer1.0_1.14.imx.bb
index 419b891..a901223 100644
--- a/recipes-multimedia/gstreamer/gstreamer1.0_1.12.imx.bb
+++ b/recipes-multimedia/gstreamer/gstreamer1.0_1.14.imx.bb
@@ -19,7 +19,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=6762ed442b3822387a51c92d928ead0d \
 
 # Use i.MX fork of GST for customizations
 GST1.0_SRC ?= "gitsm://source.codeaurora.org/external/imx/gstreamer.git;protocol=https"
-SRCBRANCH = "imx-1.12.x"
+SRCBRANCH = "MM_04.04.00_1805_L4.9.88_MX8QXP_BETA2"
 
 SRC_URI = " \
     ${GST1.0_SRC};branch=${SRCBRANCH} \
@@ -27,7 +27,7 @@ SRC_URI = " \
     file://gtk-doc-tweaks.patch \
     file://0001-gst-gstpluginloader.c-when-env-var-is-set-do-not-fal.patch \
 "
-SRCREV = "cca1ebf223bd423ed5fc21031014ee1f3ce497a1"
+SRCREV = "f4e127a5e9a1eb977e023532d6636d939c8ccbc8"
 
 DEFAULT_PREFERENCE = "-1"
 
-- 
1.9.1



More information about the meta-freescale mailing list