summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base
Commit message (Collapse)AuthorAgeFilesLines
* gstreamer1.0-plugins-base: Add gstplaybin related patchYuqing Zhu2015-08-061-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 SoCsWang Zidan2014-09-151-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>