<div dir="auto">Maybe check gst-plugins-good for an example.</div><br><div class="gmail_quote"><div dir="ltr">On Tue, Dec 4, 2018, 7:50 AM Sharden <<a href="mailto:vickarchuck@yandex.ru">vickarchuck@yandex.ru</a> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Thank you for your answer!<br>
Yes, I know that there is difference between the file name and the plugin<br>
name. I tried both - nothing helped.<br>
<br>
Here is my code - just two dummy files that contains nothing but a simple<br>
gstplugin with plugin_template replaced by "dummy". It builds successfully<br>
but gst-inspect says that it can't find a plugin/element with such a name (I<br>
checked the plugin_path variable and .dll file location more than twice) and<br>
if I provide it directly with my dll file then it says that it is not a<br>
gstreamer plugin.<br>
<br>
<a href="https://drive.google.com/open?id=1tVz8M3dbosQ0620csAxjCFzzNzLW-e4A" rel="noreferrer noreferrer" target="_blank">https://drive.google.com/open?id=1tVz8M3dbosQ0620csAxjCFzzNzLW-e4A</a><br>
<<a href="https://drive.google.com/open?id=1tVz8M3dbosQ0620csAxjCFzzNzLW-e4A" rel="noreferrer noreferrer" target="_blank">https://drive.google.com/open?id=1tVz8M3dbosQ0620csAxjCFzzNzLW-e4A</a>> <br>
<br>
I also opened the dll as a text and got some info there, check it:<br>
"<br>
Stack around the variable ' " was corrupted. The variable ' <lots of<br>
spaces> ' <br>
The value of ESP was not properly saved across a function call. This is<br>
usually a result of calling a function declared with one calling convention<br>
with a function pointer declared with a different calling convention.<br>
<br>
Stack memory was corrupted<br>
A local variable was used before it was initialized<br>
Stack memory around _alloca was corrupted<br>
Unknown Runtime Check Error<br>
Runtime check error<br>
Unable to display RTC message<br>
Stack area around _alloca memory reserved by this function is corrupted<br>
<br>
"<br>
<br>
Lools weird. Maybe I shouldn't check the contents of a dll directly, but it<br>
is written in human-readable way. Maybe it is important <br>
<br>
<br>
<br>
--<br>
Sent from: <a href="http://gstreamer-devel.966125.n4.nabble.com/" rel="noreferrer 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" rel="noreferrer">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</blockquote></div>