diff options
author | Stefan Kost <ensonic@users.sourceforge.net> | 2008-03-20 15:54:23 +0000 |
---|---|---|
committer | Stefan Kost <ensonic@users.sourceforge.net> | 2008-03-20 15:54:23 +0000 |
commit | 6ad41986af602c84943ce3aa5fa373047dcd9114 (patch) | |
tree | e35be419206e6615d23059be779252526953609c /ext/ladspa/gstsignalprocessor.c | |
parent | 7a1019a2b310cd9f91fdcb14c662291d707d1820 (diff) | |
download | gst-plugins-bad-6ad41986af602c84943ce3aa5fa373047dcd9114.tar.gz gst-plugins-bad-6ad41986af602c84943ce3aa5fa373047dcd9114.tar.bz2 gst-plugins-bad-6ad41986af602c84943ce3aa5fa373047dcd9114.zip |
ext/ladspa/: Add some thoughts and FIXME's.
Original commit message from CVS:
* ext/ladspa/gstladspa.c:
* ext/ladspa/gstsignalprocessor.c:
Add some thoughts and FIXME's.
Diffstat (limited to 'ext/ladspa/gstsignalprocessor.c')
-rw-r--r-- | ext/ladspa/gstsignalprocessor.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ext/ladspa/gstsignalprocessor.c b/ext/ladspa/gstsignalprocessor.c index 364f4fec..9cc5af24 100644 --- a/ext/ladspa/gstsignalprocessor.c +++ b/ext/ladspa/gstsignalprocessor.c @@ -35,7 +35,7 @@ GST_DEBUG_CATEGORY_STATIC (gst_signal_processor_debug); #define GST_CAT_DEFAULT gst_signal_processor_debug - +/* FIXME: this is mono only */ static GstStaticCaps template_caps = GST_STATIC_CAPS (GST_AUDIO_FLOAT_STANDARD_PAD_TEMPLATE_CAPS); @@ -71,6 +71,8 @@ gst_signal_processor_pad_template_get_type (void) return type; } +/* FIXME: better allow the caller to pass on the template, right now this can + * only create mono pads */ void gst_signal_processor_class_add_pad_template (GstSignalProcessorClass * klass, const gchar * name, GstPadDirection direction, guint index) |