summaryrefslogtreecommitdiff
path: root/ext/lv2/gstlv2filter.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/lv2/gstlv2filter.c')
-rw-r--r--ext/lv2/gstlv2filter.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/lv2/gstlv2filter.c b/ext/lv2/gstlv2filter.c
index 03181e5c9..dcd76c6b1 100644
--- a/ext/lv2/gstlv2filter.c
+++ b/ext/lv2/gstlv2filter.c
@@ -171,7 +171,7 @@ gst_lv2_filter_finalize (GObject * object)
}
#if 0
-/* Convert an LV2 port role to a Gst channel positon
+/* Convert an LV2 port role to a Gst channel position
* WARNING: If the group has only a single port,
* GST_AUDIO_CHANNEL_POSITION_FRONT_CENTER will be returned for pg:centerRole
* (which is used by LV2 for mono groups), but this is not correct. In this
@@ -291,7 +291,7 @@ gst_lv2_filter_setup (GstAudioFilter * gsp, const GstAudioInfo * info)
if (!gst_lv2_setup (&self->lv2, GST_AUDIO_INFO_RATE (info)))
goto no_instance;
- /* FIXME Handle audio channel positionning while negotiating CAPS */
+ /* FIXME Handle audio channel positioning while negotiating CAPS */
#if 0
gint i;
/* set input group pad audio channel position */