mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 06:58:56 +00:00
meta-container: move comment
The comment that was above _register_meta is actually meant for _set_value.
This commit is contained in:
parent
c5a2947afa
commit
a70d0198df
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,6 @@ ges_meta_container_foreach (GESMetaContainer * container,
|
||||||
(GstStructureForeachFunc) structure_foreach_wrapper, &foreach_data);
|
(GstStructureForeachFunc) structure_foreach_wrapper, &foreach_data);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* _can_write_value should have been checked before calling */
|
|
||||||
static gboolean
|
static gboolean
|
||||||
_register_meta (GESMetaContainer * container, GESMetaFlag flags,
|
_register_meta (GESMetaContainer * container, GESMetaFlag flags,
|
||||||
const gchar * meta_item, GType type)
|
const gchar * meta_item, GType type)
|
||||||
|
@ -200,6 +199,7 @@ _register_meta (GESMetaContainer * container, GESMetaFlag flags,
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* _can_write_value should have been checked before calling */
|
||||||
static gboolean
|
static gboolean
|
||||||
_set_value (GESMetaContainer * container, const gchar * meta_item,
|
_set_value (GESMetaContainer * container, const gchar * meta_item,
|
||||||
const GValue * value)
|
const GValue * value)
|
||||||
|
|
Loading…
Reference in a new issue