[Bug 678301] Assorted introspection fixes and API clean up for bindings

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Jun 18 06:57:54 PDT 2012


https://bugzilla.gnome.org/show_bug.cgi?id=678301
  GStreamer | gstreamer (core) | git

Wim Taymans <wim.taymans> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |wim.taymans at gmail.com

--- Comment #7 from Wim Taymans <wim.taymans at gmail.com> 2012-06-18 13:57:52 UTC ---
(In reply to comment #3)
> Created an attachment (id=216656)
 View: https://bugzilla.gnome.org/attachment.cgi?id=216656
 Review: https://bugzilla.gnome.org/review?bug=678301&attachment=216656

> mini object: register as boxed type

I don't think this makes sense.

A miniobject type cannot exist, you always need to make a 'subclass'. However
the subclass will not be also a GstMiniObject, it's just a boxed type. Glib
doesn't know about the parent miniobject type.

This mean that if you make a GstMiniObject GValue, you would not be able to
assign it a GstBuffer.

As a result, you will never be able to use the GstMiniObject GType because
there exist no instances of the type.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list