[Bug 698927] LADSPA improved port to gstreamer 1.0
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Mon Apr 29 13:52:05 PDT 2013
https://bugzilla.gnome.org/show_bug.cgi?id=698927
GStreamer | gst-plugins-bad | git
--- Comment #3 from Stefan Sauer (gstreamer, gtkdoc dev) <ensonic at sonicpulse.de> 2013-04-29 20:51:49 UTC ---
Could you move the function from:
ext/ladspa/gstmyutils.c | 93 ++++
ext/ladspa/gstmyutils.h | 46 ++
to
ext/ladspa/gstladspautils.c | 847
+++++++++++++++++++++++++++++++++++++++++++
ext/ladspa/gstladspautils.h | 194 +++++++++
to spare the extra two files.
Also I can't yet test it for my self. I get:
(gst-plugin-scanner:25055): GStreamer-WARNING **: Failed to load plugin
'/usr/lib/gstreamer-1.0/libgstladspa.so':
/usr/lib/gstreamer-1.0/libgstladspa.so: undefined symbol:
gst_ladspa_source_get_type
gst_ladspa_source_get_type() is indeed not defined. Same for the filter and
sink types.
I wonder why you use a typemodule? In gstreamer we never unload plugins (and
therefore types). Could you elaborate? The ladspamodule is he only component
accessing the gst_ladspa_{source,filter,sink}_get_type() functions.
--
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