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'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 <<a href="mailto:jvaltane@movial.fi">jvaltane@movial.fi</a>>:</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>> Hi,<br>><br>> I want to use pango and subparse modules on Windows. Unfortunately, pango
<br>> and subparse were not included in prebuilt Windows binary.<br>><br>> Thus I compiled pango and subparse using Visual Studio .NET 2003 using<br>> gtk+-win32-devel from Glade Windows Site (<br>> <a href="http://gladewin32.sourceforge.net/modules/wfdownloads/">
http://gladewin32.sourceforge.net/modules/wfdownloads/</a>) and successfully<br>> built two DLLs. However, after I put them in plugin's directory and run the<br>> gst-launch, it crashed.<br>><br>> C:\Documents and Settings\kseo>
gst-launch-0.10 videotestsrc ! clockoverlay !<br>> aut<br>> ovideosink<br>> OIL: ERROR liboilcpu.c 282: oil_cpu_i386_kernel_restrict_flags(): Operating<br>> syst<br>> em is not known to support SSE. Assuming it does, which might cause
<br>> problems<br>> Setting pipeline to PAUSED ...<br>> Pipeline is PREROLLING ...<br>><br>><br>><br>> Sorry for useless stacktrace. Is it the problem of libxml2?<br>><br>>> ntdll.dll!7c948fea
()<br>> ntdll.dll!7c9406eb()<br>> msvcrt.dll!77bdc3c9()<br>> msvcrt.dll!77bdc3ce()<br>> kernel32.dll!7c8025f0()<br>> msvcrt.dll!77bdc3ce()<br>> msvcrt.dll!77bdc3e7()<br>> ntdll.dll!7c93104b
()<br>> libxml2.dll!005aaf78()<br>> libxml2.dll!005715a4()<br>> libxml2.dll!005c3160()<br>> libxml2.dll!00582b30()<br>> libfontconfig-1.dll!64f9c2fb()<br>> ntdll.dll!7c940732()<br>
> ntdll.dll!7c940732()<br>> ntdll.dll!7c941538()<br>> ntdll.dll!7c941596()<br>> ntdll.dll!7c9406eb()<br>> ntdll.dll!7c9406eb()<br>> ntdll.dll!7c9406ab()<br>> kernel32.dll!7c80a409
()<br>> libgthread-2.0-0.dll!65c41986()<br>><br>> Please help me fix the problem or tell me where I can find prebuilt binaries<br>> of subparse and pango.<br>><br>> Thanks,<br>> Kwang Yul Seo<br>>
<br></blockquote></div><br>