[gst-devel] Recent change in gstregistry.c - FIX

Benjamin Otte in7y118 at public.uni-hamburg.de
Tue Nov 18 03:50:03 CET 2003


On Mon, 17 Nov 2003, Brett Kosinski wrote:

> Err, is this really true?  Take the GClosure in Glib, and if you have it
> handy, check out gboxed.c.  In there, GClosure is registered as a boxed
> type, and it's copy and free funcs are actually ref and unref functions
> (g_closure_(ref|unref)).  So, the GClosure keeps it's own reference count,
> even though it's not a proper GObject.  Is there a reason we can't do the
> same sort of thing with GstPlugin?
>
In that case we could just make a GObject out of GstPlugin.
I think that is a good idea anyway to do it, but I won't do it myself.

Benjamin





More information about the gstreamer-devel mailing list