[Bug 698927] LADSPA improved port to gstreamer 1.0

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri May 3 03:42:04 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=698927
  GStreamer | gst-plugins-bad | git

--- Comment #18 from Stefan Sauer (gstreamer, gtkdoc dev) <ensonic at sonicpulse.de> 2013-05-03 10:42:02 UTC ---
Awesome! Committing now. If you are interested in some followup work, in the
buzzmachine wrapper (a plugin similiar to this one) I use the registry_cache to
avoid rescanning all the plugin whe plugin_init is called:
https://github.com/Buzztrax/gst-buzztrax/blob/master/src/bml/plugin.c#L563

The ideas is to store all the ladspa descriptors in a GstStructure and store
that in the registry. When calling plugin_init:
1) you check for that cached structure and if it is not there, you scan the
plugins and build the structure.
2) Then you register the elements from the structure.

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