[gst-devel] RE: Win 32 build of 0.8.3

Steve Lhomme steve.lhomme at free.fr
Mon Jun 14 01:21:14 CEST 2004


I found a bug in gst-inspect.c

You have to remove line 800 otherwise a memory is freed twice, which 
Windows doesn't like (at least in Debug mode) :
    g_free (query);

That should help :)


BTW I managed to compile glib by just doing this in a command line :
set DEBUG=yes
nmake -f makefile.msc

It helps to see what's going on inside glib...




More information about the gstreamer-devel mailing list