Hi,<br><div style="margin-left: 40px;">I want to build a gstreamer on windows, so i follow <a href="http://perso.orange.es/moutte983/gstreamer/">http://perso.orange.es/moutte983/gstreamer/</a> to build my application on windows. After that I can compile my application at vs 2005 C++ express. Finally when i run my application, the command line is shown that:
<br>** (XXXX.exe:3560): CRITICAL **: file X:\devel-release\src_releases\gstreamer<br>\gst\gstinfo.c: line 413: assertion `category != NULL&#39; failed<br>And the application can&#39;t running.<br>BTW, i hv using the vc debugger. I hv observer that when the gst_init (&amp;argc, &amp;argv); was executed, the command line was shown the msg.
<br>what can i do?<br>i hv installed the follow <br>gstreamer-0.10.11.win32dev<br>gstreamer-0.10.11.win32<br>gstreamer-0.10.11.setup<br>gtk+-2.10.6-1-setup<br>pkgconfig-0.18<br>libxml2-2.6.27<br>libiconv-1.11<br><br>Finally i want to ask should i place the &quot;
libgstreamer-0.10.dll&quot; this dll file to the debug file when run my application? Should that hv another way to combine the exe with this file?<br><br>Thank for your help.<br><br></div>