clip: Remove obsolete FIXME
authorAlexandru Băluț <alexandru.balut@gmail.com>
Sat, 13 Apr 2019 18:03:52 +0000 (20:03 +0200)
committerThibault Saunier <tsaunier@gnome.org>
Wed, 17 Apr 2019 21:56:21 +0000 (21:56 +0000)
ges/ges-clip.c

index 45afb96..3809b51 100644 (file)
@@ -862,7 +862,6 @@ static void
 ges_clip_init (GESClip * self)
 {
   self->priv = ges_clip_get_instance_private (self);
-  /* FIXME, check why it was done this way _DURATION (self) = GST_SECOND; */
   self->priv->layer = NULL;
   self->priv->nb_effects = 0;
 }