summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia/gstreamer/gstreamer1.0_1.14.imx.bb
Commit message (Collapse)AuthorAgeFilesLines
* Migrate codeaurora repositories to githubLogan Grosz2023-03-311-1/+1
|
* gstreamer1.0: Switch to MM_04.04.05_1902_L4.14.98_GA branchYuqing Zhu2019-05-171-2/+2
| | | | Signed-off-by: Yuqing Zhu <carol.zhu@nxp.com>
* gstreamer1.0: Update to L4.9.123-2.3.0_8mm_gaYuqing Zhu2018-10-011-1/+1
| | | | | Signed-off-by: Yuqing Zhu <carol.zhu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gstreamer1.0: Upgrade to v1.14.imxYuqing Zhu2018-09-071-0/+76
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>