diff options
Diffstat (limited to 'ext/ladspa/gstladspa.c')
-rw-r--r-- | ext/ladspa/gstladspa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/ladspa/gstladspa.c b/ext/ladspa/gstladspa.c index b6727255..0eab11cd 100644 --- a/ext/ladspa/gstladspa.c +++ b/ext/ladspa/gstladspa.c @@ -492,7 +492,7 @@ gst_ladspa_set_property (GObject *object, guint prop_id, const GValue *value, GP /* if (id == ARG_LOOP_BASED) { - // we can only do this in NULL state + * we can only do this in NULL state * g_return_if_fail (GST_STATE(object) != GST_STATE_NULL); ladspa->loopbased = g_value_get_boolean (value); if (ladspa->loopbased) { |