[gst-devel] glib2 changes warning
Steve Baker
stevebaker_org at yahoo.co.uk
Mon Aug 13 20:43:42 CEST 2001
I am about to commit a bunch of changes which will bring GStreamer CVS
in sync with glib2 CVS. There have been a couple of changes so if you
build with --enable-glib2 then you will need a recent CVS version of
glib.
The changes can basically be summarised as lots of:
- return g_signal_connectc (klass->signal_object, name, func,
func_data, FALSE);
+ return g_signal_connect (klass->signal_object, name, func,
func_data);
and:
- g_signal_newc ("eos", G_TYPE_FROM_CLASS(klass), G_SIGNAL_RUN_LAST,
+ g_signal_new ("eos", G_TYPE_FROM_CLASS(klass), G_SIGNAL_RUN_LAST,
I have converted all of the files that get built when typing 'make' at
the top level. There may be other files that need updating in other
directories - that can be an exercise for the reader ;)
cheers
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
More information about the gstreamer-devel
mailing list