ges-timeline: Document intentional case-fall-through
authorSebastian Dröge <sebastian@centricular.com>
Tue, 28 Feb 2017 13:36:46 +0000 (15:36 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Tue, 28 Feb 2017 13:36:46 +0000 (15:36 +0200)
CID 1364754

ges/ges-timeline.c

index 50b4072..7e8010b 100644 (file)
@@ -1417,6 +1417,7 @@ ges_move_context_set_objects (GESTimeline * timeline, GESTrackElement * obj,
 
     case GES_EDGE_END:
       moving_point = _START (obj) + _DURATION (obj);
+      /* fall-through */
     case GES_EDGE_NONE:        /* In this case only works for ripple */
       mv_ctx->max_trim_pos = G_MAXUINT64;