commit | 3e353dde5e910f3eea6eed6e69ccd77a16adbbeb | [log] [tgz] |
---|---|---|
author | Haihua Hu <jared.hu@nxp.com> | Wed May 23 17:38:53 2018 +0800 |
committer | Lyon Wang <lyon.wang@nxp.com> | Wed Dec 19 16:18:11 2018 +0800 |
tree | 8c64acf92c59613abfd52604eb290b1928b886bb | |
parent | 51cca2cba889b81f94ab3c6d40985e12c84eefd3 [diff] |
MMFMWK-7996 waylandsink: set waylandsink to mscale 845s default sink upstream status: imx specific
diff --git a/ext/wayland/gstwaylandsink.c b/ext/wayland/gstwaylandsink.c index c30c9e7..71001ce 100644 --- a/ext/wayland/gstwaylandsink.c +++ b/ext/wayland/gstwaylandsink.c
@@ -1031,6 +1031,8 @@ if (HAS_DPU()) { if (HAS_VPU()) rank = IMX_GST_PLUGIN_RANK + 1; + } else if (IS_IMX8MM()) { + rank = IMX_GST_PLUGIN_RANK + 1; } else if (HAS_DCSS()) { rank = IMX_GST_PLUGIN_RANK; }