<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7654.12">
<TITLE>RE: [gst-devel] Runtime issue with certain plugins</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>I was able to get around this problem as there appeared to be inconsistancies in the registry &quot;.bin&quot; file at runtime.<BR>
I do however have a new question.<BR>
<BR>
If I want to access standard output from gstreamer &amp; redirect this to a GUI, what is the easiest way of doing this?<BR>
<BR>
Is there something I need to do at gst_init() time?<BR>
<BR>
This is assuming my GUI has a function to input a byte array, string, etc.<BR>
<BR>
Greg<BR>
<BR>
-----Original Message-----<BR>
From: Maarten Bosmans [<A HREF="mailto:mkbosmans@gmail.com">mailto:mkbosmans@gmail.com</A>]<BR>
Sent: Wed 5/12/2010 3:23 PM<BR>
To: Discussion of the development of GStreamer<BR>
Subject: Re: [gst-devel] Runtime issue with certain plugins<BR>
<BR>
2010/5/12 Greg Wunder &lt;gwunder@eoir.com&gt;:<BR>
&gt; In creating my own app that has similar functionality to gst-inspect, I ran<BR>
&gt; into an issue with certain plugins being processed.<BR>
&gt; Specifically, when I call &quot;gst_element_factory_create (factory,<BR>
&gt; feature-&gt;name);&quot;.<BR>
&gt; In this case factory &amp; the passed in name are not null.<BR>
&gt; The run-time result is printed out as noted below:<BR>
&gt;<BR>
&gt; WARNING **: Failed to load plugin 'libgstx264.dll': `libgstx264.dll': The<BR>
&gt; specified procedure could not be found.<BR>
<BR>
Most likely this is due to a mismatch in the compiled libraries.<BR>
As with most dll problems on Windows, Dependency Walker is your friend.<BR>
<A HREF="http://www.dependencywalker.com/">http://www.dependencywalker.com/</A><BR>
<BR>
Open libgstx264.dll with it and see if all the required DLLs are found<BR>
and have the required entry points.<BR>
<BR>
&gt; Does anyone know what causes this or what may be a probable cause of it?<BR>
&gt;<BR>
&gt; Greg<BR>
<BR>
If you need further assistance, please also state how you obtained the<BR>
libraries, i.e. whether you compiled them yourself or from where<BR>
you've downloaded them.<BR>
<BR>
Maarten<BR>
<BR>
------------------------------------------------------------------------------<BR>
<BR>
_______________________________________________<BR>
gstreamer-devel mailing list<BR>
gstreamer-devel@lists.sourceforge.net<BR>
<A HREF="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</A><BR>
<BR>
</FONT>
</P>

</BODY>
</HTML>