Hi,<br><br>I was trying to use your packages ... but<br><br>You are using glib 2.16.1 according to the &quot;glibconfig.h&quot; which is deployed with your installers (<a href="http://forja.rediris.es/frs/?group_id=96" target="_blank">http://forja.rediris.es/frs/?group_id=96</a>)<br>
<br>In this doc page <a href="http://library.gnome.org/devel/glib/stable/glib-Threads.html#g-once-init-enter">http://library.gnome.org/devel/glib/stable/glib-Threads.html#g-once-init-enter</a> we can read that there is a function called <span style="color: rgb(51, 51, 255);">g_once_init_enter</span> since glib 2.14.<br>
I go into &quot;gthread.h&quot; (which is deployed with your installers) I cannot see any <span style="color: rgb(51, 51, 255);">g_once_init_enter</span> definition.<br><br>It causes a failure when using gstutils.h:<br><br>
&quot;#if GLIB_CHECK_VERSION (2, 14, 0)<br>#define __gst_once_init_enter(val) (g_once_init_enter (val))<br>#define __gst_once_init_leave(val,newval) (g_once_init_leave (val, newval))<br>#else<br>#define __gst_once_init_enter(val) (G_UNLIKELY (*(val) == 0))<br>
#define __gst_once_init_leave(val,newval) (*(val) = newval)<br>#endif<br>&quot;<br><br>Any explanations ?<br><br>Sincerely<br><br>Julien<br><br><div class="gmail_quote">Le 7 janvier 2009 12:42, Andoni Morales <span dir="ltr">&lt;<a href="mailto:ylatuya@gmail.com">ylatuya@gmail.com</a>&gt;</span> a écrit :<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">During the last couple of months we have been working on porting
GStreamer to Windows using the OAbuild project. We introduced some
modifications to OAbuild in order to improve compatibility and provide
video decoding and encoding in a larger number of codecs. <br>
<br>
Changelog:<div><br>
·Compile ffmpeg with mingw/msys with full codec support.<br>
·Remove the ffmpeg project from OAbuild and link the ffmpeg plugin to the mingw/msys ffmpeg libraries.<br>
·Remove the GLib project from OAbuild and link GStreamer to the GLib version provided<br></div>
with the GTK+ win32 installer (in this way GStreamer can be used by GTK applications).<br><div>
·Update liboil to a newer version to compile the volume plugin.<br>
·Change the ffmpeg plugin code to compile it using VS.<br>
·Change the qtdemux plugin code to compile it using VS.<br></div>
·Compile libmad for Windows and add the libraries to the Gstreamer&#39;s dependencies to provide mp3 decoding support.<br><div>
·Add the mad plugin to OAbuild.<br>
·Add the asfdemux plugin to OAbuild.<br>
·Remove the Direct Show wrapper and use the ffmepg plugin for all the decoding stuff.<br>
·Add the xvid plugin to OAbuild.<br>
·Change the xvid plugin code to complile it usin VS.<br>
·Add the mpeg2decoder plugin to OAbuild.<br>
·Add the mpegstream plugin to OAbuild.<br>
<br></div>
To do:<br>
·Make the x264 plugin work<br>·Improve mpeg2 decoding/demuxing support<br>·Add dvd navigation support<br><br><br>You can find the installers at:<br><a href="http://forja.rediris.es/frs/?group_id=96" target="_blank">http://forja.rediris.es/frs/?group_id=96</a><br>
<font color="#888888">
<br><br>Andoni Morales Alastruey<br>Andrés Colubri<br>
</font><br>------------------------------------------------------------------------------<br>
Check out the new SourceForge.net Marketplace.<br>
It is the best place to buy or sell services for<br>
just about anything Open Source.<br>
<a href="http://p.sf.net/sfu/Xq1LFB" target="_blank">http://p.sf.net/sfu/Xq1LFB</a><br>_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
<br></blockquote></div><br>