TX2 nvgstplayer local playback on R32.2

Hi,

I can’t play some videos(see attachment and download link) by nvgstplayer-1.0 command.
I have also followed “Accelerater_GStreamer_User_Guide.pdf” to install some packages

sudo add-apt-repository universe
sudo add-apt-repository multiverse
sudo apt-get update
sudo apt-get install gstreamer1.0-tools gstreamer1.0-alsa \
 gstreamer1.0-plugins-base gstreamer1.0-plugins-good \
 gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly \
 gstreamer1.0-libav
sudo apt-get install libgstreamer1.0-dev \
 libgstreamer-plugins-base1.0-dev \
 libgstreamer-plugins-good1.0-dev \
 libgstreamer-plugins-bad1.0-dev

below is the log by running nvgstplayer-1.0.

pcp@pcp-desktop:~$ nvgstplayer-1.0 -i /media/pcp/YEN_USB/TestFile03_H263.3gp 
Runtime Commands:
         q                                quit the application
         h                                print help
         Up Key, ]                        goto next track
         c                                restart current track
         Down Key, [                      goto previous track
         spos                             query for position
         sdur                             query for duration
         s<val>                           seek to <val> position in seconds, eg "s5.120"
         v<val>                           seek to <val> percent of the duration, eg "v54"
         f<val>                           seek by <val> seconds, relative to current position eg "f23.901"
         Left Key, <                      seek backwards by 10 seconds
         Right Key, >                     seek forward by 10 seconds
         p                                pause playback
         r                                start/resume the playback
         z                                stop the playback
         i:<val>                          enter a single URI

1 r
** Message: 03:10:48.386: <main:3995> iterating...
** Message: 03:10:48.386: <goto_next_track:911> uriCount: 0,  uriTotal: 1
** Message: 03:10:48.391: <on_input:577> pausing
** Message: 03:10:48.557: <cb_newpad:2089> creating the pipe for "video/x-h263, variant=(string)itu, width=(int)704, height=(int)576, framerate=(fraction)30/1, pixel-aspect-ratio=(fraction)1/1, parsed=(boolean)true, annex-d=(boolean)false, annex-e=(boolean)false, annex-f=(boolean)false, annex-g=(boolean)false, annex-i=(boolean)false, annex-j=(boolean)false, annex-k=(boolean)false, annex-m=(boolean)false, annex-n=(boolean)false, annex-q=(boolean)false, annex-r=(boolean)false, annex-s=(boolean)false, annex-t=(boolean)false, annex-u=(boolean)false, annex-v=(boolean)false, profile=(string)0, level=(string)70"
Opening in BLOCKING MODE 

** (nvgstplayer-1.0:10835): CRITICAL **: 03:10:48.613: <cb_newpad:2214> could not link "video/x-h263" to the (decode+)render pipeline "video_bin"
** Message: 03:10:48.615: <cb_newpad:2089> creating the pipe for "audio/x-raw, layout=(string)interleaved, format=(string)F32LE"
** Message: 03:10:48.782: <bus_call:1195> redistribute the latency...

These video can play on every L4T version(R28.2.1, R28.3, R32.1) before R32.2.
Does anyone know how to fix this issue.

please down another video from the following link

Thx
Yen
TestFile05_MPEG.ico

Does this version nvgstplayer-1.0 support h263 & mpeg codec?

Hi,
This is similar to https://devtalk.nvidia.com/default/topic/1065177
We will check and update.

Hi, please try this patch