meta-container: move comment

The comment that was above _register_meta is actually meant for
_set_value.
This commit is contained in:
Henry Wilkes 2019-10-16 11:37:23 +01:00 committed by Thibault Saunier
parent c5a2947afa
commit a70d0198df

View file

@ -174,7 +174,6 @@ ges_meta_container_foreach (GESMetaContainer * container,
(GstStructureForeachFunc) structure_foreach_wrapper, &foreach_data);
}
/* _can_write_value should have been checked before calling */
static gboolean
_register_meta (GESMetaContainer * container, GESMetaFlag flags,
const gchar * meta_item, GType type)
@ -200,6 +199,7 @@ _register_meta (GESMetaContainer * container, GESMetaFlag flags,
return TRUE;
}
/* _can_write_value should have been checked before calling */
static gboolean
_set_value (GESMetaContainer * container, const gchar * meta_item,
const GValue * value)