ges-timeline: Fix ges_timeline_get_project macro.
authorMathieu Duponchelle <mathieu.duponchelle@opencreed.com>
Thu, 1 May 2014 14:59:15 +0000 (16:59 +0200)
committerMathieu Duponchelle <mathieu.duponchelle@opencreed.com>
Thu, 8 May 2014 12:25:18 +0000 (14:25 +0200)
This macro was a little confused about its own meaning.

ges/ges-timeline.h

index 709fbf2..80ddea6 100644 (file)
@@ -50,11 +50,11 @@ G_BEGIN_DECLS
 
 /**
  * ges_timeline_get_project:
- * @obj: The #GESClip from which to retrieve the project
+ * @obj: The #GESTimeline from which to retrieve the project
  *
  * Helper macro to retrieve the project from which a #GESTimeline as been extracted
  */
-#define ges_timeline_get_project(obj) (GES_TIMELINE (ges_extractable_get_asset (obj))
+#define ges_timeline_get_project(obj) (GES_PROJECT (ges_extractable_get_asset (GES_EXTRACTABLE(obj))))
 
 typedef struct _GESTimelinePrivate GESTimelinePrivate;