Thanks for your help.<br><br>I fixed the problem by compiling modules againt prebuilt binaries from GIMP (<a href="http://www.gimp.org/~tml/gimp/win32/downloads.html">http://www.gimp.org/~tml/gimp/win32/downloads.html</a>) and adjusting compiler options (turned off optimization). 
<br><br>Now the following command correctly shows the clock.<br><br>gst-launch-0.10 videotestsrc ! clockoverlay ! autovideosink<br><br><br>By the way, why don&#39;t you include subparse and pango modules in the binary distribution of gstreamer?
<br><br>Thanks,<br>Kwang Yul Seo<br><br><br><div><span class="gmail_quote">2007/11/9, Joni Valtanen &lt;<a href="mailto:jvaltane@movial.fi">jvaltane@movial.fi</a>&gt;:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Propably this is problem with different libc/mscvrt in your build/glade<br>stuff and precompiled gstreamer stuff.<br><br>Example:<br>library1 and library2 is compiled with different mscrt. If library1<br>allocates memory and other library2 frees it. It mess heap in mscrt.
<br><br>But this is only speculation. You can try this compiling everything<br>with same libraries (compiler).<br><br>- Joni<br><br><br>On Fri, 9 Nov 2007, KwangYul Seo wrote:<br><br>&gt; Hi,<br>&gt;<br>&gt; I want to use pango and subparse modules on Windows. Unfortunately, pango
<br>&gt; and subparse were not included in prebuilt Windows binary.<br>&gt;<br>&gt; Thus I compiled pango and subparse using Visual Studio .NET 2003 using<br>&gt; gtk+-win32-devel from Glade Windows Site (<br>&gt; <a href="http://gladewin32.sourceforge.net/modules/wfdownloads/">
http://gladewin32.sourceforge.net/modules/wfdownloads/</a>) and successfully<br>&gt; built two DLLs. However, after I put them in plugin&#39;s directory and run the<br>&gt; gst-launch, it crashed.<br>&gt;<br>&gt; C:\Documents and Settings\kseo&gt;
gst-launch-0.10 videotestsrc ! clockoverlay !<br>&gt; aut<br>&gt; ovideosink<br>&gt; OIL: ERROR liboilcpu.c 282: oil_cpu_i386_kernel_restrict_flags(): Operating<br>&gt; syst<br>&gt; em is not known to support SSE.&nbsp;&nbsp;Assuming it does, which might cause
<br>&gt; problems<br>&gt; Setting pipeline to PAUSED ...<br>&gt; Pipeline is PREROLLING ...<br>&gt;<br>&gt;<br>&gt;<br>&gt; Sorry for useless stacktrace. Is it the problem of libxml2?<br>&gt;<br>&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp;ntdll.dll!7c948fea
()<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; ntdll.dll!7c9406eb()<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; msvcrt.dll!77bdc3c9()<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; msvcrt.dll!77bdc3ce()<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; kernel32.dll!7c8025f0()<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; msvcrt.dll!77bdc3ce()<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; msvcrt.dll!77bdc3e7()<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; ntdll.dll!7c93104b
()<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; libxml2.dll!005aaf78()<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; libxml2.dll!005715a4()<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; libxml2.dll!005c3160()<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; libxml2.dll!00582b30()<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; libfontconfig-1.dll!64f9c2fb()<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; ntdll.dll!7c940732()<br>
&gt;&nbsp;&nbsp;&nbsp;&nbsp; ntdll.dll!7c940732()<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; ntdll.dll!7c941538()<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; ntdll.dll!7c941596()<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; ntdll.dll!7c9406eb()<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; ntdll.dll!7c9406eb()<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; ntdll.dll!7c9406ab()<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; kernel32.dll!7c80a409
()<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; libgthread-2.0-0.dll!65c41986()<br>&gt;<br>&gt; Please help me fix the problem or tell me where I can find prebuilt binaries<br>&gt; of subparse and pango.<br>&gt;<br>&gt; Thanks,<br>&gt; Kwang Yul Seo<br>&gt;
<br></blockquote></div><br>