mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-28 11:55:39 +00:00
libs: adjust comment style
This commit is contained in:
parent
7fa322d437
commit
357cf18fd5
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue