<div dir="ltr">Another option is to set an environment variable GST_PLUGIN_PATH which points to a folder where your plugins are stored.  Sorry I didn't notify you a day earlier.</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Oct 22, 2019 at 7:42 AM William Johnston <<a href="mailto:wgj@cast.uark.edu">wgj@cast.uark.edu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Well OK. This is lame, but for the record the problem was that I was <br>
putting it in the wrong directory. While there are a lot of libgst*.so <br>
files in /usr/lib/x86_64-linux-gnu the place it actually needed to be <br>
was in /usr/lib/x86_64-linux-gnu/gstreamer-1.0. Yeah, that cost me a <br>
day. LOL<br>
<br>
On 10/21/2019 4:43 PM, William wrote:<br>
> So I'm trying to write a plugin and seemed to have tripped over the starting<br>
> line. I have read in the docs that I should use gst-element-maker to create<br>
> a basic template for a plugin. So I give it a try:<br>
><br>
> ./gst-element-maker myplugin382 basetransform<br>
><br>
> So not only did that create the .h and .c files, it also creates the .so<br>
> library file gstmyplugin382.so.<br>
> Wow, cool. So now I only have to copy the gstmyplugin382.so into the<br>
> directory where all the other gst-plugins reside and GStreamer will<br>
> magically see recognize it. Excellent! And so I copied gstmyplugin382.so to<br>
> /usr/lib/x86_64-linux-gnu and ran gst-inspect-1.0. But no joy. It doesn't<br>
> work.<br>
> I have spent the day trying slight variations, searching the internet for<br>
> solutions, and trying out different suggestions. And still no joy.<br>
> Was this supposed to work? Am I missing a step? How is GStreamer supposed to<br>
> recognize plugins?<br>
><br>
><br>
><br>
> --<br>
> Sent from: <a href="http://gstreamer-devel.966125.n4.nabble.com/" rel="noreferrer" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/</a><br>
> _______________________________________________<br>
> gstreamer-devel mailing list<br>
> <a href="mailto:gstreamer-devel@lists.freedesktop.org" target="_blank">gstreamer-devel@lists.freedesktop.org</a><br>
> <a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org" target="_blank">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a></blockquote></div>