No plugins found in GStreamer static build at runtime

Stephane Cerveau scerveau at gmail.com
Mon Jul 24 10:03:44 UTC 2023


Dear Javad,

Could you give more insights about your configure options and the 
Gstreamer version your are using?

This is a cutting edge feature in 1.23 where the plugins/elements are 
automatically registered in static mode.

Otherwise you would need to call manually gst_init_static_plugins () 
manually in your application.

Regards.

Stéphane

On 20/7/23 5:23, Javad Rahimipetroudi via gstreamer-devel wrote:
> Hello,
> I have built Gstreamer in static mode and the build appeared to be 
> successful. However, upon attempting to run the codes, the plugins 
> cannot be located.
> Is there any solution to this problem?
> 
>     Streamer-CRITICAL **: 17:26:10.276: gst_plugin_register_static:
>     assertion '_gst_plugin_inited != FALSE' failed
>     ..
>     ..
>     ..
>     [rcvstream_exe-2] [INFO] [1687796770.284694489] [rcv_stream]: Using
>     avdec_h265
>     [rcvstream_exe-2] [ERROR] [1687796770.284703906] [rcv_stream]:
>     GStreamer: Could not create rtpbin.
>     [rcvstream_exe-2] [ERROR] [1687796770.284711150] [rcv_stream]:
>     GStreamer: Could not create rtpsrc.
>     ...
> 
> 
> Best regards,
> Javad


More information about the gstreamer-devel mailing list