]> code.ossystems Code Review - meta-freescale.git/commit
gstreamer1.0: Upgrade to v1.14.imx
authorYuqing Zhu <carol.zhu@nxp.com>
Mon, 6 Aug 2018 09:23:30 +0000 (17:23 +0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 7 Sep 2018 20:23:09 +0000 (17:23 -0300)
commit680d8e12c8a3a3e9dfdd33e00fca0328c890eac9
tree3eb851b9278cf04ae7504f5955524cfbd805f9f4
parentdf0d9963d41032c77d625c02070f5f06aac04e0a
gstreamer1.0: Upgrade to v1.14.imx

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@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
recipes-multimedia/gstreamer/gstreamer1.0_1.14.imx.bb [moved from recipes-multimedia/gstreamer/gstreamer1.0_1.12.imx.bb with 96% similarity]