diff options
author | Stefan Kost <ensonic@users.sourceforge.net> | 2005-11-27 22:43:08 +0000 |
---|---|---|
committer | Stefan Kost <ensonic@users.sourceforge.net> | 2005-11-27 22:43:08 +0000 |
commit | 7b347681d536892c8286d31c6b6b18f02584561d (patch) | |
tree | 47f1bea0d509bb2d660909e206bd2358772b2b43 /gst/gststructure.c | |
parent | 676421cf07c02ffb85d8a8d546863df297a4a1ae (diff) |
gst/gstelement.c: don't loop forever
Original commit message from CVS:
* gst/gstelement.c: (gst_element_dispose):
don't loop forever
* gst/gstiterator.c:
* gst/gststructure.c:
doc fixes
* libs/gst/controller/gstcontroller.c:
(gst_controlled_property_set_interpolation_mode):
* libs/gst/controller/gstcontroller.h:
* libs/gst/controller/gstinterpolation.c:
(interpolate_none_get_enum_value_array):
support controlling enums
Diffstat (limited to 'gst/gststructure.c')
-rw-r--r-- | gst/gststructure.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/gststructure.c b/gst/gststructure.c index 9485e3817..51d79f40d 100644 --- a/gst/gststructure.c +++ b/gst/gststructure.c @@ -1341,7 +1341,7 @@ gst_structure_value_get_generic_type (GValue * val) * * Converts @structure to a human-readable string representation. * - * Returns: a pointer to string allocated by g_malloc(). g_free after + * Returns: a pointer to string allocated by g_malloc(). g_free() after * usage. */ gchar * |