[gstreamer-bugs] [Bug 604965] Gst.Application.GstResolveType is useless, or just very slow at best

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Dec 18 23:06:46 PST 2009


https://bugzilla.gnome.org/show_bug.cgi?id=604965
  GStreamer | gst-sharp | git

Sebastian Dröge <slomo> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |slomo at circular-chaos.org

--- Comment #1 from Sebastian Dröge <slomo at circular-chaos.org> 2009-12-19 07:06:45 UTC ---
It is used by the element bindings, e.g.
gstreamer-sharp/coreplugins/generated/queue.cs . It's necessary to get a sane
mapping of the elements to a properly namespaced managed type. Without the
attribute the element bindings must all be inside the Gst namespace.

The code is greatly influenced by the same code in glib-sharp, for mapping a
GstFooBar native type to Gst.FooBar managed type. The reason for the going one
level deep but not more IIRC was, that going into a real recursion would take
far too long.

Do you see any ways how we could speed this up?

-- 
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