GNOME Bugzilla – Bug 575136
Wrap Gst::Object with gmmproc instead of handwriting source files
Last modified: 2011-01-16 23:37:39 UTC
Gst::Object should be wrapped with gmmproc so that when signals and virtual functions are done they can be wrapped and not handwritten. Migration patch follows.
Created attachment 130549 [details] [review] Patch to have gmmproc wrap Gst::Object
Created attachment 130550 [details] [review] Remove source duplication in object.{hg, ccg}
Is this patch here because you need someone to review it?
The reason I posted it is so that we don't forget that in order for this to be checked in, the patch in bug #574861 should be resolved. Without the patch custom code in the constructors (for the floating reference) can't be added. Also, because this patch uses the macros in the patch of the afore mentioned bug, the compilation would fail without it. Should I check the patch in bug #574861 in?