Warning: gst-stream-error-quark: No decoder available for type 'audio/x-raw,

Please provide complete information as applicable to your setup.

• Hardware Platform (Jetson / GPU) GPU
• DeepStream Version 6.0.0
• JetPack Version (valid for Jetson only)
• TensorRT Version 8.0.1
• NVIDIA GPU Driver Version (valid for GPU only) 525.89.02
• Issue Type( questions, new requirements, bugs) questions

Hi ,
I have the following error while running python gstreamer code,

Warning: gst-stream-error-quark: No decoder available for type ‘audio/x-raw, format=(string)S16LE, layout=(string)interleaved, rate=(int)8000, channels=(int)1’. (6): gsturidecodebin.c(921): unknown_type_cb (): /GstPipeline:pipeline0/GstURIDecodeBin:uri-decode-bin-1

audio/x-raw seems to be the Raw Audio Media Types of gstreamer

When I look at this plugin:

$:gst-inspect-1.0 audio/x-raw
No such element or plugin 'audio/x-raw'

Is there any hidden risk with this warning?
What should I do to solve this warning?

audio/x-raw is not a Gstreamer plugin, and please ignore Gstreamer warning logs.

1 Like

Ok,thanks for your response.

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