<html>
<head>
<style>
P
{
margin:0px;
padding:0px
}
body
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body><div style="text-align: left;">Hi,<br><br>I am trying to use the fluendo-mpegts-mux plugin.But when I make the source ,<br>it gives the static library.I am compiling under MSys/MinGw.When I make install the plugin,it copies the <br>gstflumpegmux.a to the ./gstreamer-0.10  directory but the gstreamer is not registering the plugin.<br><br>If I am not wrong, it seems gstreamer detects the .dll only (in windows).<br>Can you please help me convert the static to .dll. I have tried the a2dll, <br><br>a2dll gstflumpegmux.a -lglib-2.0 -lgmodule-2.0 -lgstreamer-0.10 -lgstbase-0.10 <br><br> </div>but it produces the error file having contents:<br><br>Info: resolving ___gst_debug_min by linking to __imp____gst_debug_min (auto-import)<br>libgstflump3dec_la-flump3dec.o: In function `flump3dec_get_type':<br>C:/msys/1.0/home/gst-fluendo-mp3-0.10.5/decoder/flump3dec.c:80: undefined reference to `g_type_register_static'<br>libgstflump3dec_la-flump3dec.o: In function `flump3dec_class_init':<br>C:/msys/1.0/home/gst-fluendo-mp3-0.10.5/decoder/flump3dec.c:95: undefined reference to `g_type_class_ref'<br>libgstflump3dec_la-flump3dec.o: In function `flump3dec_base_init':<br>C:/msys/1.0/home/gst-fluendo-mp3-0.10.5/decoder/flump3dec.c:113: undefined reference to `g_type_check_class_cast'<br>libgstflump3dec_la-flump3dec.o: In function `flump3dec_init':<br>C:/msys/1.0/home/gst-fluendo-mp3-0.10.5/decoder/flump3dec.c:131: undefined reference to `g_type_check_instance_cast'<br>C:/msys/1.0/home/gst-fluendo-mp3-0.10.5/decoder/flump3dec.c:139: undefined reference to `g_type_check_instance_cast'<br>libgstflump3dec_la-flump3dec.o: In function `flump3dec_dispose':<br>C:/msys/1.0/home/gst-fluendo-mp3-0.10.5/decoder/flump3dec.c:163: undefined reference to `g_type_check_instance_cast'<br>C:/msys/1.0/home/gst-fluendo-mp3-0.10.5/decoder/flump3dec.c:173: undefined reference to `g_type_check_class_cast'<br>libgstflump3dec_la-flump3dec.o: In function `flump3dec_drain_avail':<br>C:/msys/1.0/home/gst-fluendo-mp3-0.10.5/decoder/flump3dec.c:312: undefined reference to `g_type_check_instance_cast'<br>C:/msys/1.0/home/gst-fluendo-mp3-0.10.5/decoder/flump3dec.c:512: undefined reference to `g_type_check_instance_cast'<br>C:/msys/1.0/home/gst-fluendo-mp3-0.10.5/decoder/flump3dec.c:515: undefined reference to `g_type_check_instance_cast'<br>C:/msys/1.0/home/gst-fluendo-mp3-0.10.5/decoder/flump3dec.c:499: undefined reference to `g_type_check_instance_cast'<br>C:/msys/1.0/home/gst-fluendo-mp3-0.10.5/decoder/flump3dec.c:375: undefined reference to `g_type_check_instance_cast'<br>libgstflump3dec_la-flump3dec.o:C:/msys/1.0/home/gst-fluendo-mp3-0.10.5/decoder/flump3dec.c:191: more undefined references to `g_type_check_instance_cast' follow<br>collect2: ld returned 1 exit status<br>C:\msys\1.0\bin\dllwrap.exe: no export definition file provided.<br>Creating one, but that may not be what you want<br>C:\msys\1.0\bin\dllwrap.exe: C:\msys\1.0\bin\gcc exited with status 1<br><br>Can you please help.Thanks a lot<br><br>Anuj Mittal<br><br><br><br /><hr />Check out some new online services at Windows Live Ideas—so new they haven’t even been officially released yet. <a href='http://www.msnspecials.in/windowslive/' target='_new'>Try it!</a></body>
</html>