libs: adjust comment style
authorMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
Mon, 10 Sep 2012 10:12:02 +0000 (12:12 +0200)
committerMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
Mon, 10 Sep 2012 10:16:06 +0000 (12:16 +0200)
libs/gst/controller/gstdirectcontrolbinding.c
libs/gst/controller/gsttimedvaluecontrolsource.h

index 8cfd027..960408f 100644 (file)
@@ -207,7 +207,7 @@ gst_direct_control_binding_constructor (GType type, guint n_construct_params,
 
     GST_DEBUG ("  using type %s", g_type_name (base));
 
-    // select mapping function
+    /* select mapping function */
     switch (base) {
       case G_TYPE_INT:
         self->convert_g_value = convert_g_value_to_int;
index d6624ed..06577cb 100644 (file)
@@ -66,7 +66,7 @@ struct _GstControlPoint
   /* internal fields */
 
   /* Caches for the interpolators */
-  // FIXME: we should not have this here already ...
+  /* FIXME: we should not have this here already ... */
   union {
     struct {
       gdouble h;