Status
======
We still have functions which are not implemented in the managed
library. Most of these functions were ignored by GAPI due to unknown
parameter/return types or Ellipsis.
GMutex, GCond are examples of library which do not have an equivalent
managed code. As suggested by Mike, I will attempt to marshal the C
classes to Standard synchronization classes available in .NET framework.
As for the Ellipsis, I am trying to sort out the functions which will
require glue code to work.
Once I accomplish those two tasks, gstreamer-sharp should be complete
enough to use by others.
Thanks