Nvgstplayer-1.0 can not playback the 3GP/ASF video files on L4T R32.5.1

Hi,
If you would like to rebuild nvgstplayer-1.0, please apply this patch:

@@ -2329,10 +2317,6 @@ autoplug_select (GstElement * dbin, GstPad * pad, GstCaps * caps,
                            g_strcmp0(name, "image/png") &&
                            g_strcmp0(name, "video/x-h263"))
             app->svd = g_strconcat (NVGST_DEFAULT_VIDEO_DEC, NULL);
-          if (!g_strcmp0(name, "image/jpeg") ||
-              !g_strcmp0(name, "image/png") ||
-              !g_strcmp0(name, "video/x-h263"))
-            need_nvvidconv = TRUE;
           in->video_dec = get_keys (caps, NVGST_VIDEO_DEC, app->svd);

           if (in->video_dec) {