Deepstream-image-meta example issue on jetson

Did you update nvv4l2 plugin? please let me know if this works.

=======================================================================
Installing latest nvv4l2 gstreamer plugin

To install latest gstreamer nvv4l2 plugin:

  1. Open the apt source configuration file in a text editor, for example:
    $ sudo vi /etc/apt/sources.list.d/nvidia-l4t-apt-source.list
  2. Change the repository name and download URL in the deb commands as below.
    deb https://repo.download.nvidia.com/jetson/common r32.4 main
    deb Index r32.4 main
    Where identifies the platform’s processor:
  3. Save and close the source configuration file.
  4. Enter the commands:
    $ sudo apt update
    $ sudo apt install --reinstall nvidia-l4t-gstreamer
    If apt prompts you to choose a configuration file, reply Y for yes
    (to use the NVIDIA updated version of the file).