<div dir="ltr"><div>Hi all,<br><br></div><div><div><br></div><div>Versions of GStreamer I tried: v1.0.10, v1.9.90</div><b></b><i></i><u></u><sub></sub><sup></sup><strike></strike><br></div><div>I'm trying to use GStreamer through these Java bindings <a href="https://github.com/gstreamer-java/gst1-java-core" target="_blank">https://github.com/gstreamer-<wbr>java/gst1-java-core</a> which works fine on Mac OS X (where GStream & Base Plugins is installed via HomeBrew) but on Windows 10 I cannot seem to overcome an issue where the appsync plugin is not being loaded (GStreamer itself loads fine).</div><div><br></div><div>To fix it, I've located all dll files in my GStreamer installation folder (hundreds) and copied them to the designated library directory for the JVM to pick up. I know this works since GStreamer itself is being loaded properly. </div><div>I also inferred from the docs that the 'sinkapp' plugin should be in the libgstapp.dll (which is among the ones I copied). Could anybody help figuring out what could be the root cause of the problem?</div><div><br></div><div>When I run dependency walker on the mentioned dll file it shows warnings for dependencies which I found out to be Windows 8 only dlls. Is this likely to cause an issue? Wouldn't it fail much harder if there were really problems with the OS provided dependencies?</div><div><br></div><div>And lastly: I'm working on getting the cerbero build up and running, should that make any difference (if I use dlls I compiled myself on the target OS directly)?</div><div><br></div><div><br></div><div>The stack trace and error message (a constructor call to the AppSync class):</div><div><br></div><div>Exception in thread "Animation Thread" java.lang.IllegalArgumentException: No such Gstreamer factory: appsink<br> at org.freedesktop.gstreamer.ElementFactory.makeRawElement(ElementFactory.java:219)<br> at org.freedesktop.gstreamer.Element.makeRawElement(Element.java:88)<br> at org.freedesktop.gstreamer.elements.AppSink.<init>(AppSink.java:47)</div><div><br></div><div><br></div><div>Thanks very much in advance for any help or advice!</div><div><br></div><div><br></div><div>Kind regards,</div><div>Peter<br></div></div>