Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gstreamer1.0-plugins-base: Add gstplaybin related patch | Yuqing Zhu | 2015-08-06 | 1 | -5/+5 |
| | | | | | | | | | | - Remove default deinterlace flag in playbin for i.MX6 and i.MX7 SoCs. - Remove native video flag in playbin for i.MX6 and i.MX7 SoCs because it will cause subtitle error. Signed-off-by: Yuqing Zhu <b54851@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> | ||||
* | gstreamer1.0-plugins-base: Enable native video in playbin for i.MX SoCs | Wang Zidan | 2014-09-15 | 1 | -0/+31 |
GST_PLAY_FLAG_NATIVE_VIDEO means link decoder directly with video render, otherwise, software csc/resize/deinterlace plugins will be linked between them. For all i.MX chips, we should enable this flag, as the fsl renders has the capability to do csc/resize. Signed-off-by: Zidan Wang <b50113@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> |