/usr/bin/gst-inspect-1.0 nvstreammux => No such element or plugin 'nvstreammux'

Greetings everyone.
First of all, here is the full list of information.

  1. checking docker image
    docker images
    REPOSITORY TAG IMAGE ID CREATED SIZE
    nvcr.io/nvidia/deepstream 6.1-samples 53e141d551c2 2 weeks ago 11.1GB

  2. host information about GPU:
    ±----------------------------------------------------------------------------+
    | NVIDIA-SMI 515.43.04 Driver Version: 515.43.04 CUDA Version: 11.7 |
    |-------------------------------±---------------------±---------------------+
    | GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
    | Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
    | | | MIG M. |
    |===============================+======================+======================|
    | 0 Tesla M40 24GB Off | 00000000:07:00.0 Off | Off |
    | N/A 51C P8 15W / 250W | 5MiB / 24576MiB | 0% Default |
    | | | N/A |
    ±------------------------------±---------------------±---------------------+

±----------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=============================================================================|
| 0 N/A N/A 1253 G /usr/lib/Xorg 3MiB |
±----------------------------------------------------------------------------+

  1. command output from the docker container:
    root@7609418862c5 /run# /usr/bin/gst-inspect-1.0 nvstreammux

0:00:00.000025905 2025 0x561fdf7b6c00 INFO GST_INIT gst.c:586:init_pre: Initializing GStreamer Core Library version 1.16.2
0:00:00.000038771 2025 0x561fdf7b6c00 INFO GST_INIT gst.c:587:init_pre: Using library installed in /usr/lib/x86_64-linux-gnu
0:00:00.000043845 2025 0x561fdf7b6c00 INFO GST_INIT gst.c:605:init_pre: Linux 7609418862c5 5.18.0-arch1-1 #1 SMP PREEMPT_DYNAMIC Tue, 24 May 2022 22:00:36 +0000 x86_64
0:00:00.000138081 2025 0x561fdf7b6c00 INFO GST_INIT gstmessage.c:128:_priv_gst_message_initialize: init messages
0:00:00.000292629 2025 0x561fdf7b6c00 INFO GST_INIT gstcontext.c:84:_priv_gst_context_initialize: init contexts
0:00:00.000359898 2025 0x561fdf7b6c00 INFO GST_PLUGIN_LOADING gstplugin.c:318:_priv_gst_plugin_initialize: registering 0 static plugins
0:00:00.000394915 2025 0x561fdf7b6c00 INFO GST_PLUGIN_LOADING gstplugin.c:226:gst_plugin_register_static: registered static plugin “staticelements”
0:00:00.000399892 2025 0x561fdf7b6c00 INFO GST_PLUGIN_LOADING gstplugin.c:228:gst_plugin_register_static: added static plugin “staticelements”, result: 1
0:00:00.000443185 2025 0x561fdf7b6c00 INFO GST_REGISTRY gstregistry.c:1720:ensure_current_registry: reading registry cache: /root/.cache/gstreamer-1.0/registry.x86_64.bin
0:00:00.006684908 2025 0x561fdf7b6c00 INFO GST_REGISTRY gstregistrybinary.c:621:priv_gst_registry_binary_read_cache: loaded /root/.cache/gstreamer-1.0/registry.x86_64.bin in 0.006199 seconds
0:00:00.006719663 2025 0x561fdf7b6c00 INFO GST_REGISTRY gstregistry.c:1579:scan_and_update_registry: Validating plugins from registry cache: /root/.cache/gstreamer-1.0/registry.x86_64.bin
0:00:00.007257224 2025 0x561fdf7b6c00 INFO GST_REGISTRY gstregistry.c:1678:scan_and_update_registry: Registry cache has not changed
0:00:00.007262332 2025 0x561fdf7b6c00 INFO GST_REGISTRY gstregistry.c:1755:ensure_current_registry: registry reading and updating done, result = 1
0:00:00.007264930 2025 0x561fdf7b6c00 INFO GST_INIT gst.c:806:init_post: GLib runtime version: 2.64.6
0:00:00.007267445 2025 0x561fdf7b6c00 INFO GST_INIT gst.c:808:init_post: GLib headers version: 2.63.1
0:00:00.007268945 2025 0x561fdf7b6c00 INFO GST_INIT gst.c:810:init_post: initialized GStreamer successfully
No such element or plugin ‘nvstreammux’

Note:

  1. The docker container is initiated without any pollution from any extra commands such as “apt update” and so on.
  2. When this container is ready, I launched the command the “/usr/bin/gst-inspect-1.0 nvstreammux” and got the error output.
  3. I have also tried clean the cache by “rm -rf /root/.cache/gstreamer-1.0/*”. Still no luck.
  4. Not only the nvstreammux but also nvinfer/nvtracker/blah…blah have such symptom.

Anyone willing to give me a hint? Thank you very much :)

Hello? Anyone?

I just tried 6.1-samples container, i can get nvstreammux output by gst-inspect-1.0
please check your environments. make sure you use the clean container.

I will try again on another workstation. Thanks.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.