summaryrefslogtreecommitdiff
path: root/ext/lv2
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2010-01-20 13:30:48 +0100
committerBenjamin Otte <otte@redhat.com>2010-01-20 13:30:48 +0100
commit89d9aaee48308fd6a73ae327575adb6b9ac35a60 (patch)
tree97d242452309b7ed78586558eff2e81bfc4060d6 /ext/lv2
parent665a06a44e7b08626f2a88d520925c324f0c4714 (diff)
downloadgstreamer-plugins-bad-89d9aaee48308fd6a73ae327575adb6b9ac35a60.tar.gz
[cleanup] Various style and cleanups
Various fixes for gtk-doc warnings and making functions without arguments take void as parameter.
Diffstat (limited to 'ext/lv2')
-rw-r--r--ext/lv2/gstlv2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/lv2/gstlv2.c b/ext/lv2/gstlv2.c
index 085303e0c..298356196 100644
--- a/ext/lv2/gstlv2.c
+++ b/ext/lv2/gstlv2.c
@@ -90,7 +90,7 @@ static GstPlugin *gst_lv2_plugin;
GST_DEBUG_CATEGORY_STATIC (lv2_debug);
#define GST_CAT_DEFAULT lv2_debug
-/** Convert an LV2 port role to a Gst channel positon
+/* Convert an LV2 port role to a Gst channel positon
* 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
@@ -139,7 +139,7 @@ gst_lv2_role_to_position (SLV2Value role)
return GST_AUDIO_CHANNEL_POSITION_INVALID;
}
-/** Find and return the group @a uri in @a groups, or NULL if not found */
+/* Find and return the group @a uri in @a groups, or NULL if not found */
static GstLV2Group *
gst_lv2_class_find_group (GArray * groups, SLV2Value uri)
{