MMFMWK-8118 [Linux_8QXP_MEK]iMXCompositor_G2D, can't play and can't quit with ctr +
c and ' warn: wait_event_interruptible_timeout wait 5s timeout'log print,100%

Reset tile info for linear format video.

Signed-off-by: Song Bing <bing.song@nxp.com>
diff --git a/plugins/compositor/gstimxcompositor.c b/plugins/compositor/gstimxcompositor.c
index e714f2a..8ee2670 100755
--- a/plugins/compositor/gstimxcompositor.c
+++ b/plugins/compositor/gstimxcompositor.c
@@ -1166,6 +1166,8 @@
 
   if (drm_modifier == DRM_FORMAT_MOD_AMPHION_TILED)
     src->info.tile_type = IMX_2D_TILE_AMHPION;
+  else
+    src->info.tile_type = IMX_2D_TILE_NULL;
 
   GST_LOG_OBJECT (pad, "Input: %s, %dx%d(%d), crop(%d,%d,%d,%d)",
       GST_VIDEO_FORMAT_INFO_NAME(ppad->aggregated_frame->info.finfo),