summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThibault Saunier <tsaunier@igalia.com>2021-03-08 14:50:52 -0300
committerThibault Saunier <tsaunier@igalia.com>2021-03-08 14:50:52 -0300
commitedf58d30e62d26b6433bd3c9c2ecbf6e690bdb68 (patch)
tree1ac76a8d5369c35597e2f8f1a2f83a26dee48918
parentcebdfad9feec79ba9c07fd51d76be09017c85ea9 (diff)
ges: doc: Fix wrong vmethod links
-rw-r--r--ges/ges-clip.h21
1 files changed, 11 insertions, 10 deletions
diff --git a/ges/ges-clip.h b/ges/ges-clip.h
index ac8f77dd..5426cfa4 100644
--- a/ges/ges-clip.h
+++ b/ges/ges-clip.h
@@ -107,18 +107,19 @@ struct _GESClip
/**
* GESClipClass:
- * @create_track_element: Method to create the core #GESTrackElement of
- * a clip of this class. If a clip of this class may create several track
- * elements per track type, this should be left as %NULL, and
- * create_track_elements() should be used instead. Otherwise, you should
- * implement this class method and leave create_track_elements() as the
- * default implementation
+ * @create_track_element: Method to create the core #GESTrackElement of a clip
+ * of this class. If a clip of this class may create several track elements per
+ * track type, this should be left as %NULL, and
+ * GESClipClass::create_track_elements should be used instead. Otherwise, you
+ * should implement this class method and leave
+ * GESClipClass::create_track_elements as the default implementation
* @create_track_elements: Method to create the (multiple) core
- * #GESTrackElement-s of a clip of this class. If create_track_element()
- * is implemented, this should be kept as the default implementation
+ * #GESTrackElement-s of a clip of this class. If
+ * GESClipClass::create_track_element is implemented, this should be kept as the
+ * default implementation
* @can_add_effects: Whether the user can add additional non-core
- * #GESBaseEffect-s to clips from this class, to be applied to the output
- * data of the core elements.
+ * #GESBaseEffect-s to clips from this class, to be applied to the output data
+ * of the core elements.
*/
struct _GESClipClass
{