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

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sat Dec 26 20:53:36 PST 2009


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

--- Comment #6 from Maarten Bosmans <mkbosmans at gmail.com> 2009-12-26 11:36:24 UTC ---
Created an attachment (id=150396)
 View: https://bugzilla.gnome.org/attachment.cgi?id=150396
 Review: https://bugzilla.gnome.org/review?bug=604965&attachment=150396

Register some more basic GStreamer GTypes as managed types

This patch makes sure GstResolveType does not get called for GstBus,
GstMEssage, etc.

Because GType.LookupType first tries to resolve using the ResolveType delegate
and only then uses GetQualifiedName (which succeedes for Bus and Message) to
lookup a type, the types need to be registered manually to avoid getting
GstResolveType called for them.

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