Cannot run deepstream when installing sdk with the debian file

I’m trying to run deepstream example files without success.
I have followed this quick guide to install deepstream:

https://docs.nvidia.com/metropolis/deepstream/dev-guide/index.html

Method 3 shows how to install deepestream from a debian package:

“Method 3: Using the DeepStream Debian package
Download the DeepStream 4.0.1 Jetson Debian package, deepstream-4.0_4.0.1-1_arm64.deb, to the Jetson device. Then enter the command:
$ sudo apt-get install ./deepstream-4.0_4.0.1-1_arm64.deb”

But I fail to run source30_1080p_dec_infer-resnet_tiled_display_int8.txt after installing deepstrea sdk:
$ deepstream-app -c configs/deepstream-app/source30_1080p_dec_infer-resnet_tiled_display_int8.txt
** ERROR: <create_multi_source_bin:682>: Failed to create element ‘src_bin_muxer’
** ERROR: <create_multi_source_bin:745>: create_multi_source_bin failed
** ERROR: <create_pipeline:1045>: create_pipeline failed
** ERROR: main:632: Failed to create pipeline
Quitting
App run failed

When I try to run the precompiled sample application deepstream-test1 I get the following error:
$ make

$ ./deepstream-test1-app …/…/…/…/samples/streams/sample_720p.h264
One element could not be created. Exiting.

Which platform are you using

Jetson Nano.

Hi,
https://docs.nvidia.com/metropolis/deepstream/dev-guide/index.html
Please clean gstreamer cache and try again.

The sample app are running without problems. My issue is with the deepstream framework.

Hi,
The error is same as below topic:
https://devtalk.nvidia.com/default/topic/1067249/

Suggest you try the method of cleaning cache.