libs: adjust comment style

This commit is contained in:
Mark Nauwelaerts 2012-09-10 12:12:02 +02:00
parent 7fa322d437
commit 357cf18fd5
2 changed files with 2 additions and 2 deletions

View 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;

View 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;