Original commit message from CVS:
Mega patch updates almost all the plugins to GObject. This was done with
a Perl script, with only a few minor manual tweaks where the perl didn't
catch the code just right. There may be a few minor issues remaining from
this, but they should be easy to catch (plugin doesn't work).
There are several plugins that have GDK/GTK code in them that shouldn't,
these need to be dealt with next.
Original commit message from CVS:
Bring all the other stuff in gst/ up to match libgst.la's GObject port.
Fixed some minor problems with the signalling stuff in the core.
IT WORKS!
Original commit message from CVS:
Fixed a few plugins so that mpeg1 encoding sorta works.
Added an mpeg1 encoder example, it uses the autoplugger to convert
the stream to audio/video, which is then fed to the encoders.
Original commit message from CVS:
Lots of updates to the plugins for caps negotiation.
Added YUY2 output to the win32 dlls.
Added a colorspace converter in gstplay
Original commit message from CVS:
More work on capsnego, mostly proxying
Added another testsuite for capsnego
Added caps to vorbisdec, mp3parse, mp1videoparse
Redid the queue proxy handling a bit.