No such element or plugin 'textoverlay'

726 views Asked by At

I have build the gst-build in my ubuntu to work with the Gstreamer 1.18.1 version.

meson build
ninja -C build
ninja -C build devenv

The problem is that I can't get the textoverlay plugin and I don't know why.

gst-inspect-1.0 textoverlay
No such element or plugin 'textoverlay' 

So, how could I get that plugin?

1

There are 1 answers

2
BilginAksoy On

Normally, the Textoverlay plugin is shipped with gst-plugins-base. You can install the missing plugin by:

/usr/libexec/gst-install-plugins-helper textoverlay

or

/usr/lib/gst-install-plugins-helper textoverlay