From 58e8277a78c439b7f30e98080301985114a6534a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Tue, 28 Feb 2017 15:36:46 +0200 Subject: [PATCH] ges-timeline: Document intentional case-fall-through CID 1364754 --- ges/ges-timeline.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ges/ges-timeline.c b/ges/ges-timeline.c index 50b4072..7e8010bc 100644 --- a/ges/ges-timeline.c +++ b/ges/ges-timeline.c @@ -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; -- 2.7.4